Removed now unnecessary Chat-Notification for new GameMode-Settings
This commit is contained in:
parent
2e6dd5efd5
commit
047f05124b
@ -510,10 +510,6 @@ class GameModeSettings implements ConfiguratorMenu, CallbackListener, Communicat
|
||||
$statement->bind_param('iss', $this->maniaControl->getServer()->index, $settingName, $settingValue);
|
||||
|
||||
// Notifications
|
||||
if (!$this->maniaControl->getServer()->getScriptManager()->isScriptMode()) {
|
||||
$this->maniaControl->getChat()->sendInformation('Changes will only take effect after a map skip or restart!', $player);
|
||||
}
|
||||
|
||||
$settingsCount = count($newSettings);
|
||||
$settingIndex = 0;
|
||||
$title = $this->maniaControl->getAuthenticationManager()->getAuthLevelName($player);
|
||||
|
Loading…
Reference in New Issue
Block a user