deak dedi

This commit is contained in:
kremsy 2014-02-15 12:41:29 +01:00 committed by Steffen Schröder
parent a7213f8c3e
commit 6f99678122

View File

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