removed debug code

This commit is contained in:
kremsy 2017-05-22 15:55:06 +02:00
parent 955621ff9b
commit a0753ea451

View File

@ -130,10 +130,8 @@ class DedimaniaPlugin implements CallbackListener, CommandListener, TimerListene
throw new \Exception("This Plugin is only for Trackmania!");
}
$login = ".escstadium";
$dedimaniaCode = "6372eec4d0";
$dedimaniaData = new DedimaniaData($login, $dedimaniaCode, $serverInfo->path, $packMask, $serverVersion);
$dedimaniaData = new DedimaniaData($serverInfo->login, $dedimaniaCode, $serverInfo->path, $packMask, $serverVersion);
//New Version
$this->webHandler = new DedimaniaWebHandler($this->maniaControl);