Automatic cleanup of permission subscriptions on PermissibleBase destructor calls

this has gotten too complex ...
This commit is contained in:
Dylan K. Taylor
2021-06-12 21:12:39 +01:00
parent 0ebafbd224
commit bfcf4a25d4
5 changed files with 242 additions and 194 deletions

View File

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