Remove useless unset() from 2014

This commit is contained in:
Dylan K. Taylor 2017-01-28 16:14:37 +00:00
parent 4cca3b866a
commit 8beefabbbc

View File

@ -3148,7 +3148,6 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
$this->loadQueue = [];
$this->hasSpawned = [];
$this->spawnPosition = null;
unset($this->buffer);
}
if($this->perm !== null){