mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Remove debug output
This commit is contained in:
parent
fa5624f87e
commit
439f418b0d
@ -1870,7 +1870,6 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
|
||||
if($newPos->distanceSquared($this) < 0.01 and ($packet->yaw % 360) === $this->yaw and ($packet->pitch % 360) === $this->pitch){ //player hasn't moved, just client spamming packets
|
||||
break;
|
||||
}
|
||||
echo "not ignoring\n";
|
||||
|
||||
$revert = false;
|
||||
if(!$this->isAlive() or $this->spawned !== true){
|
||||
|
Loading…
x
Reference in New Issue
Block a user