remove skipround property

This commit is contained in:
Beu 2025-03-13 15:58:57 +01:00
parent 9a9122ed0e
commit 58dd834c9b

View File

@ -357,8 +357,6 @@ class MatchManagerCore implements CallbackListener, CommandListener, TimerListen
private $pausetimer = 0;
private $pauseon = false;
private $skipround = false;
private $settingsloaded = false;
private $postmatch = false;
private $mapsshuffled = false;
@ -1498,7 +1496,6 @@ class MatchManagerCore implements CallbackListener, CommandListener, TimerListen
Logger::log("End Pause");
$this->closePauseWidget();
$this->pauseon = false;
$this->skipround = true;
$this->maniaControl->getModeScriptEventManager()->endPause();
}
}
@ -1969,7 +1966,6 @@ class MatchManagerCore implements CallbackListener, CommandListener, TimerListen
$this->maniaControl->getAuthenticationManager()->sendNotAllowed($player);
return;
}
$this->skipround = true;
$this->maniaControl->getModeScriptEventManager()->forceTrackmaniaRoundEnd();
}