Fix UpdateTeamsPacket
SteamWarCI Build successful

This commit is contained in:
yoyosource
2026-05-21 09:19:40 +02:00
parent 4067c44cd1
commit 2d1cade7bd
@@ -74,8 +74,6 @@ public class UpdateTeamsPacket implements MinecraftPacket {
ProtocolUtils.writeString(byteBuf, name);
byteBuf.writeByte(mode.ordinal());
ProtocolUtils.writeString(byteBuf, name);
byteBuf.writeByte(mode.ordinal());
switch (mode) {
case CREATE, UPDATE:
new ComponentHolder(protocolVersion, displayName).write(byteBuf);