removed test fail

This commit is contained in:
kremsy 2014-05-03 21:13:18 +02:00
parent fcd4f33264
commit 9e9dafcea4

View File

@ -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;
}