diff --git a/src/main/java/com/velocitypowered/proxy/protocol/packets/ScoreboardTeam.java b/src/main/java/com/velocitypowered/proxy/protocol/packets/ScoreboardTeam.java index dadfac18f..9f47750db 100644 --- a/src/main/java/com/velocitypowered/proxy/protocol/packets/ScoreboardTeam.java +++ b/src/main/java/com/velocitypowered/proxy/protocol/packets/ScoreboardTeam.java @@ -168,7 +168,6 @@ public class ScoreboardTeam implements MinecraftPacket { buf.writeByte(flags); ProtocolUtils.writeString(buf, nameTagVisibility); ProtocolUtils.writeString(buf, collisionRule); - buf.writeByte(color); if (protocolVersion >= ProtocolConstants.MINECRAFT_1_13) { ProtocolUtils.writeVarInt(buf, color); ProtocolUtils.writeScoreboardTextComponent(buf, protocolVersion, prefix);