Fixed check loading, implemented Fly (C) detection

This commit is contained in:
Dawson
2022-08-25 12:39:04 -04:00
parent 8cf842493b
commit dca006b0b5
7 changed files with 84 additions and 17 deletions
@@ -306,8 +306,7 @@ public class PacketHandler {
}
boolean cancelled = player.getCheckHandler().callSyncPacket(packetObject, timestamp);
ThreadHandler.INSTANCE.getThread(player).getThread()
.execute(() -> player.getCheckHandler().callPacket(packetObject, timestamp));
player.getCheckHandler().callPacket(packetObject, timestamp);
// Post flying settings
if(type.equals(PacketType.FLYING)) {