From 9e9dafcea45dc358dbadcdfe10e6a4b3048a6a61 Mon Sep 17 00:00:00 2001 From: kremsy Date: Sat, 3 May 2014 21:13:18 +0200 Subject: [PATCH] removed test fail --- application/core/Configurators/ServerSettings.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/application/core/Configurators/ServerSettings.php b/application/core/Configurators/ServerSettings.php index 6388598d..a4663f33 100644 --- a/application/core/Configurators/ServerSettings.php +++ b/application/core/Configurators/ServerSettings.php @@ -324,9 +324,6 @@ class ServerSettings implements ConfiguratorMenu, CallbackListener { * @return bool */ private function applyNewServerSettings(array $newSettings, Player $player) { - $this->maniaControl->client->setServerName('$z$w$ADFP$9CFa$7BFr$7BFa$5AFg$2AFo$09Fn$fffElite #1 $s$i$aaaOfficial Maps 900k'); - sleep(1); - var_dump($this->maniaControl->client->getServerName()); if (!$newSettings) { return true; }