Fix double permission recalculation on op status change, fixes double sending of AvailableCommandsPacket

This commit is contained in:
Dylan K. Taylor 2016-11-03 18:05:12 +00:00
parent fffa5488fd
commit d3fb8c46f5

View File

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