mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-25 21:04:06 +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->server->removeOp($this->getName());
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->recalculatePermissions();
|
|
||||||
$this->sendSettings();
|
$this->sendSettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user