diff --git a/core/ManiaControl.php b/core/ManiaControl.php index e289e2e2..ecf00a16 100644 --- a/core/ManiaControl.php +++ b/core/ManiaControl.php @@ -561,7 +561,7 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener, $this->getAuthenticationManager()->sendNotAllowed($player); return; } - $this->getChat->sendError('The command //restart got disabled, reboot ManiaControl with //reboot instead', $player); + $this->getChat()->sendError('The command //restart got disabled, reboot ManiaControl with //reboot instead', $player); } /**