diff --git a/application/core/UpdateManager.php b/application/core/UpdateManager.php index bedabb9c..16e5e181 100644 --- a/application/core/UpdateManager.php +++ b/application/core/UpdateManager.php @@ -351,7 +351,7 @@ class UpdateManager implements CallbackListener, CommandListener, TimerListener } if (!$updateData) { - $updateData = $this->checkCoreUpdate(true); + $updateData = $this->checkCoreUpdate(); if (!$updateData) { if ($player != null) { $this->maniaControl->chat->sendError('Update failed: No update Data available!', $player->login);