Fix extra write in ScoreboardScore packet
This commit is contained in:
@@ -59,7 +59,6 @@ public class ScoreboardScore extends DefinedPacket
|
||||
{
|
||||
buf.writeByte( action );
|
||||
}
|
||||
buf.writeByte( action );
|
||||
writeString( scoreName, buf );
|
||||
if ( action != 1 || protocolVersion >= ProtocolConstants.MINECRAFT_1_20_3 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user