mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-12-26 10:28:05 +01:00
Remove debug output for boats.
This commit is contained in:
parent
85131dcadb
commit
405f33e90e
@ -367,7 +367,6 @@ public class MovingListener extends CheckListener implements TickListener, IRemo
|
||||
|
||||
// Ignore players in vehicles.
|
||||
if (player.isInsideVehicle()){
|
||||
System.out.println("VEHICLE ");
|
||||
// Workaround for pigs !
|
||||
final Entity vehicle = player.getVehicle();
|
||||
if (vehicle != null && (vehicle instanceof Pig)){
|
||||
@ -375,7 +374,6 @@ public class MovingListener extends CheckListener implements TickListener, IRemo
|
||||
}
|
||||
return;
|
||||
}
|
||||
System.out.println("NORMAL");
|
||||
// Ignore dead players.
|
||||
if (player.isDead()) return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user