result on response error

This commit is contained in:
kremsy
2014-02-15 12:40:08 +01:00
committed by Steffen Schröder
parent 145aa29c17
commit a7213f8c3e
2 changed files with 9 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class Dedimania implements CallbackListener, TimerListener, Plugin {
public function load(ManiaControl $maniaControl) {
$this->maniaControl = $maniaControl;
return;
//return;
$this->openDedimaniaSession(true);
}