mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 03:47:16 +00:00
Player: drop perm nulling
this is no longer necessary because the PermissibleBase doesn't keep a ref to the Player anymore.
This commit is contained in:
parent
8364bc51ac
commit
845819123d
@ -2018,7 +2018,6 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{
|
||||
$this->cursorInventory = null;
|
||||
$this->craftingGrid = null;
|
||||
$this->spawnPosition = null;
|
||||
$this->perm = null;
|
||||
$this->blockBreakHandler = null;
|
||||
parent::destroyCycles();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user