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:
Dylan K. Taylor 2016-11-04 10:13:52 +00:00 committed by GitHub
commit 7dc839fbe8

View File

@ -439,7 +439,6 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
$this->server->removeOp($this->getName());
}
$this->recalculatePermissions();
$this->sendSettings();
}