Fix build failure, fix squids velocity
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user