Fix extra write in ScoreboardScore packet
This commit is contained in:
parent
197bf13a28
commit
70f346c1dc
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user