mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-14 19:41:21 +01:00
Use the boolean value here.
This commit is contained in:
parent
8624a9aa01
commit
6a8a0f3593
@ -143,8 +143,8 @@ public class FlyingFrequency extends PacketAdapter implements JoinLeaveListener
|
|||||||
// Can not check.
|
// Can not check.
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
final boolean hasPos = booleans.get(FFData.indexhasPos);
|
final boolean hasPos = booleans.get(FFData.indexhasPos).booleanValue();
|
||||||
final boolean hasLook = booleans.get(FFData.indexhasLook);
|
final boolean hasLook = booleans.get(FFData.indexhasLook).booleanValue();
|
||||||
final boolean onGround = booleans.get(FFData.indexOnGround).booleanValue();
|
final boolean onGround = booleans.get(FFData.indexOnGround).booleanValue();
|
||||||
boolean onGroundSkip = false;
|
boolean onGroundSkip = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user