From 047f05124b3e3cd5b252e5a0fdd433208cf8f13a Mon Sep 17 00:00:00 2001 From: Alexander Nell Date: Thu, 30 Apr 2020 14:40:45 +0200 Subject: [PATCH] Removed now unnecessary Chat-Notification for new GameMode-Settings --- core/Configurator/GameModeSettings.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/Configurator/GameModeSettings.php b/core/Configurator/GameModeSettings.php index a790bcba..faaeecc6 100644 --- a/core/Configurator/GameModeSettings.php +++ b/core/Configurator/GameModeSettings.php @@ -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);