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:
Dylan K. Taylor 2021-04-27 14:49:26 +01:00
parent 8364bc51ac
commit 845819123d
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -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();
}