Automatic permission calculation on PermissibleBase construction

thanks to the PermissibleInternal/PermissibleBase architectural change, there's no longer any concern regarding cyclic refs.
This commit is contained in:
Dylan K. Taylor
2021-06-26 22:15:22 +01:00
parent 02fab77e55
commit ede4d58394
3 changed files with 1 additions and 6 deletions

View File

@ -305,8 +305,6 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{
return;
}
$this->perm->recalculatePermissions();
$this->server->getLogger()->info($this->getServer()->getLanguage()->translateString("pocketmine.player.logIn", [
TextFormat::AQUA . $this->username . TextFormat::WHITE,
$session->getIp(),