removed unnecessary dedi check
This commit is contained in:
parent
87cf06e407
commit
55ff687f3a
@ -227,10 +227,7 @@ class DedimaniaWebHandler implements TimerListener {
|
|||||||
if ($this->maniaControl->getMapManager()->getCurrentMap()->nbCheckpoints < 2) {
|
if ($this->maniaControl->getMapManager()->getCurrentMap()->nbCheckpoints < 2) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Make Sure Dedimania Session is okay
|
|
||||||
$this->checkDedimaniaSession(); //TODO needed?
|
|
||||||
|
|
||||||
// Send dedimania records
|
// Send dedimania records
|
||||||
$gameMode = $this->getGameModeString();
|
$gameMode = $this->getGameModeString();
|
||||||
$times = array();
|
$times = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user