Fixed Syntax-Error on getChat

This commit is contained in:
Alexander Nell 2020-04-26 10:01:22 +02:00
parent 9dc455774f
commit 6a95184759
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/**