mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
PermissibleBase: more robust cycle destruction
This commit is contained in:
@ -2008,7 +2008,7 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{
|
||||
$this->removeCurrentWindow();
|
||||
$this->removePermanentInventories();
|
||||
|
||||
$this->perm->clearPermissions();
|
||||
$this->perm->destroyCycles();
|
||||
|
||||
$this->flagForDespawn();
|
||||
}
|
||||
|
Reference in New Issue
Block a user