Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-06 00:00:47 +01:00
Fix scoreboard issue
Dieser Commit ist enthalten in:
Ursprung
ed8a279cd1
Commit
a45adbc8ec
@ -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);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren