@eutherin#5367 fixed name ordering

This commit is contained in:
libraryaddict
2020-05-08 02:34:43 +12:00
parent d1c0e9eff8
commit f40492b2e7
5 changed files with 36 additions and 15 deletions

View File

@@ -42,7 +42,7 @@ public class PacketHandlerMovement implements IPacketHandler {
Entity entity) {
handle2(disguise, sentPacket, packets, observer, entity);
int len = disguise.getMultiName().length;
int len = disguise.getMultiNameLength();
if (len == 0) {
return;

View File

@@ -34,7 +34,7 @@ public class PacketListenerDestroyEntity extends PacketAdapter {
continue;
}
int len = disguise.getMultiName().length;
int len = disguise.getMultiNameLength();
if (len == 0) {
continue;