mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Automatic cleanup of permission subscriptions on PermissibleBase destructor calls
this has gotten too complex ...
This commit is contained in:
@ -2005,8 +2005,6 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{
|
||||
$this->removeCurrentWindow();
|
||||
$this->removePermanentInventories();
|
||||
|
||||
$this->perm->destroyCycles();
|
||||
|
||||
$this->flagForDespawn();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user