Fix build failure, fix squids velocity

This commit is contained in:
libraryaddict
2020-05-17 18:25:05 +12:00
parent adfd280cb7
commit 6897e00c6f
2 changed files with 66 additions and 0 deletions

View File

@@ -28,5 +28,9 @@ public class PacketHandlerVelocity implements IPacketHandler {
}
packets.clear();
PacketContainer packet = new PacketContainer(PacketType.Play.Server.ENTITY_VELOCITY);
packet.getIntegers().write(0, entity.getEntityId());
packets.addPacket(packet);
}
}