mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-23 02:25:19 +01:00
Fix small teampacket bug
This commit is contained in:
parent
b4b85b1602
commit
eee1fd941e
@ -110,7 +110,7 @@ public class PlayerPackets {
|
||||
wrapper.passthrough(Type.BYTE);
|
||||
}
|
||||
|
||||
if (mode == 0 || mode == 2) {
|
||||
if (mode == 0 || mode == 3 || mode == 4) {
|
||||
String[] players = wrapper.read(Type.STRING_ARRAY);
|
||||
final EntityTracker entityTracker = wrapper.user().get(EntityTracker.class);
|
||||
String myName = wrapper.user().get(ProtocolInfo.class).getUsername();
|
||||
|
Loading…
Reference in New Issue
Block a user