Remove debug output

This commit is contained in:
Dylan K. Taylor 2016-11-27 16:00:54 +00:00
parent fa5624f87e
commit 439f418b0d

View File

@ -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){