mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-02 08:40:01 +01:00
Temporarily remove the nobukkitcheck permission.
This commit is contained in:
parent
5b42b4a41c
commit
8cb0e36c7f
@ -50,8 +50,8 @@ public class CustomNetServerHandler extends NetServerHandler {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void a(final Packet10Flying packet) {
|
public void a(final Packet10Flying packet) {
|
||||||
if (player.getBukkitEntity().hasPermission(Permissions.MOVING_NOBUKKITCHECK))
|
// if (player.getBukkitEntity().hasPermission(Permissions.MOVING_NOBUKKITCHECK))
|
||||||
checkMovement = false;
|
// checkMovement = false;
|
||||||
MovingListener.noFall.handlePacket(player, packet);
|
MovingListener.noFall.handlePacket(player, packet);
|
||||||
super.a(packet);
|
super.a(packet);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user