From 439f418b0ddc2218867a8e0514e7f647681ffb49 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 27 Nov 2016 16:00:54 +0000 Subject: [PATCH] Remove debug output --- src/pocketmine/Player.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pocketmine/Player.php b/src/pocketmine/Player.php index 4e8146fdc..6f077502b 100644 --- a/src/pocketmine/Player.php +++ b/src/pocketmine/Player.php @@ -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){