small fix
This commit is contained in:
parent
d763582f85
commit
727efd0372
@ -351,7 +351,7 @@ class UpdateManager implements CallbackListener, CommandListener, TimerListener
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!$updateData) {
|
if (!$updateData) {
|
||||||
$updateData = $this->checkCoreUpdate(true);
|
$updateData = $this->checkCoreUpdate();
|
||||||
if (!$updateData) {
|
if (!$updateData) {
|
||||||
if ($player != null) {
|
if ($player != null) {
|
||||||
$this->maniaControl->chat->sendError('Update failed: No update Data available!', $player->login);
|
$this->maniaControl->chat->sendError('Update failed: No update Data available!', $player->login);
|
||||||
|
Loading…
Reference in New Issue
Block a user