From 727efd0372f538963c74791592b7973b9578230e Mon Sep 17 00:00:00 2001 From: kremsy Date: Sun, 9 Feb 2014 19:33:28 +0100 Subject: [PATCH] small fix --- application/core/UpdateManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);