From a45adbc8ecc966c3742ce6c2d7899cc764ff476c Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Mon, 30 Jul 2018 22:28:07 -0400 Subject: [PATCH] Fix scoreboard issue --- .../velocitypowered/proxy/protocol/packets/ScoreboardTeam.java | 1 - 1 file changed, 1 deletion(-) 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);