define main rights on playeractions

This commit is contained in:
kremsy
2014-01-09 19:15:06 +01:00
parent 5eadc32e93
commit bd136cbf6e
4 changed files with 7 additions and 8 deletions

View File

@ -112,8 +112,8 @@ class ManiaControl implements CommandListener {
$this->chat = new Chat($this);
$this->commandManager = new CommandManager($this);
$this->server = new Server($this);
$this->playerManager = new PlayerManager($this);
$this->authenticationManager = new AuthenticationManager($this);
$this->playerManager = new PlayerManager($this);
$this->mapManager = new MapManager($this);
$this->configurator = new Configurator($this);
$this->pluginManager = new PluginManager($this);