Fixed Syntax-Error on getChat

This commit is contained in:
Alexander Nell 2020-04-26 10:01:22 +02:00
parent 9dc455774f
commit 6a95184759

View File

@ -561,7 +561,7 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener,
$this->getAuthenticationManager()->sendNotAllowed($player); $this->getAuthenticationManager()->sendNotAllowed($player);
return; 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);
} }
/** /**