fixed number mismatch declerations
This commit is contained in:
@ -107,7 +107,7 @@ class MapActions implements CommunicationListener, UsageInformationAble {
|
||||
//TODO message
|
||||
|
||||
// Force an EndMap on the MapQueue to set the next Map
|
||||
$this->maniaControl->getMapManager()->getMapQueue()->endMap(null);
|
||||
$this->maniaControl->getMapManager()->getMapQueue()->endMap();
|
||||
|
||||
// Ignore EndMap on MapQueue
|
||||
$this->maniaControl->getMapManager()->getMapQueue()->dontQueueNextMapChange();
|
||||
|
@ -462,9 +462,8 @@ class UpdateManager implements CallbackListener, CommandListener, TimerListener,
|
||||
if (!$setting->setting != self::SETTING_UPDATECHECK_INTERVAL) {
|
||||
return;
|
||||
}
|
||||
|
||||
$updateInterval = $setting->value;
|
||||
$this->maniaControl->getTimerManager()->updateTimerListening($this, 'hourlyUpdateCheck', 1000 * 60 * 60, $updateInterval);
|
||||
|
||||
$this->maniaControl->getTimerManager()->updateTimerListening($this, 'hourlyUpdateCheck', 1000 * 60 * 60);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user