mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-07 11:10: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.
|
// Ignore players in vehicles.
|
||||||
if (player.isInsideVehicle()){
|
if (player.isInsideVehicle()){
|
||||||
System.out.println("VEHICLE ");
|
|
||||||
// Workaround for pigs !
|
// Workaround for pigs !
|
||||||
final Entity vehicle = player.getVehicle();
|
final Entity vehicle = player.getVehicle();
|
||||||
if (vehicle != null && (vehicle instanceof Pig)){
|
if (vehicle != null && (vehicle instanceof Pig)){
|
||||||
@ -375,7 +374,6 @@ public class MovingListener extends CheckListener implements TickListener, IRemo
|
|||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
System.out.println("NORMAL");
|
|
||||||
// Ignore dead players.
|
// Ignore dead players.
|
||||||
if (player.isDead()) return;
|
if (player.isDead()) return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user