mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-23 00:55:57 +00:00
Merge pull request #75 from pmmp/fix-op-perm-calc
Fix double permission recalculation on op status change, fixes double…
This commit is contained in:
commit
7dc839fbe8
@ -439,7 +439,6 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
|
||||
$this->server->removeOp($this->getName());
|
||||
}
|
||||
|
||||
$this->recalculatePermissions();
|
||||
$this->sendSettings();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user