fix wrong Better Chat documentation

This commit is contained in:
Beu
2021-12-26 13:04:19 +01:00
parent 0c1b5b7a9a
commit fe32137c09
3 changed files with 24 additions and 5 deletions

View File

@ -1312,7 +1312,7 @@ class MatchManagerCore implements CallbackListener, CommandListener, TimerListen
* Handle Maniacontrol callback "BeginMatch"
*/
public function handleBeginMatchCallback() {
Logger::log("handleStartMatchStartCallback");
Logger::log("handleBeginMatchCallback");
if ($this->matchStarted && !$this->settingsloaded) {
Logger::log("Restarting map to restart match data");
$this->maniaControl->getClient()->restartMap();