mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-27 12:46:22 +01:00
Don't set updatePending = false if manifest URL is not available.
This commit is contained in:
parent
fe30412b30
commit
f6fb3139a2
@ -82,9 +82,6 @@ public class Updater extends BaseUpdater implements Callable<Instance>, Progress
|
||||
String message = _("updater.updateRequiredButNoManifest");
|
||||
throw new LauncherException("Update required but no manifest", message);
|
||||
} else {
|
||||
instance.setUpdatePending(false);
|
||||
Persistence.commitAndForget(instance);
|
||||
|
||||
log.info("Can't update " + instance.getTitle() + ", but update is not required");
|
||||
return instance; // Can't update
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user