PermissibleBase: more robust cycle destruction

This commit is contained in:
Dylan K. Taylor
2020-12-01 17:57:55 +00:00
parent 87033592b1
commit c20893aa4b
2 changed files with 8 additions and 7 deletions

View File

@ -2008,7 +2008,7 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{
$this->removeCurrentWindow();
$this->removePermanentInventories();
$this->perm->clearPermissions();
$this->perm->destroyCycles();
$this->flagForDespawn();
}