1
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2025-07-03 16:49:53 +00:00

Update game permissions when op status changes

This commit is contained in:
Dylan K. Taylor 2016-10-26 13:11:27 +01:00
parent 813bb98850
commit 689a052bda

@ -440,6 +440,7 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
} }
$this->recalculatePermissions(); $this->recalculatePermissions();
$this->sendSettings();
$this->sendCommandData(); $this->sendCommandData();
} }