mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-12-12 15:07:22 +01:00
Fix a kick/error
This commit is contained in:
parent
1375095638
commit
1fccc427a5
@ -85,7 +85,8 @@ public class PacketHandlerMovement<T extends PacketWrapper<T>> implements IPacke
|
||||
cloned = new WrapperPlayServerEntityRelativeMove(standId, rot.getDeltaX(), rot.getDeltaY(), rot.getDeltaZ(),
|
||||
rot.isOnGround());
|
||||
} else {
|
||||
throw new IllegalStateException("Unknown packet " + packet.getClass());
|
||||
// It seems that EntityStatus packet was being added at some point, probably in some other transformation
|
||||
continue; // throw new IllegalStateException("Unknown packet " + packet.getClass());
|
||||
}
|
||||
|
||||
toAdd.add(cloned);
|
||||
|
Loading…
Reference in New Issue
Block a user