mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-06 18:50:54 +01:00
Also debug set back in the moving listener.
This commit is contained in:
parent
4b92889059
commit
7ee13cce09
@ -482,6 +482,9 @@ public class MovingListener extends CheckListener{
|
|||||||
|
|
||||||
// Remember where we send the player to.
|
// Remember where we send the player to.
|
||||||
data.teleported = newTo;
|
data.teleported = newTo;
|
||||||
|
if (cc.debug){
|
||||||
|
System.out.println(player.getName() + " set back to: " + newTo.getWorld() + CheckUtils.fdec3.format(newTo.getX()) + ", " + CheckUtils.fdec3.format(newTo.getY()) + ", " + CheckUtils.fdec3.format(newTo.getZ()));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set positions.
|
// Set positions.
|
||||||
|
Loading…
Reference in New Issue
Block a user