mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 17:59:41 +00:00
Remove useless unset() from 2014
This commit is contained in:
parent
4cca3b866a
commit
8beefabbbc
@ -3148,7 +3148,6 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
|
|||||||
$this->loadQueue = [];
|
$this->loadQueue = [];
|
||||||
$this->hasSpawned = [];
|
$this->hasSpawned = [];
|
||||||
$this->spawnPosition = null;
|
$this->spawnPosition = null;
|
||||||
unset($this->buffer);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if($this->perm !== null){
|
if($this->perm !== null){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user