Fix offline mode bugs
This commit is contained in:
parent
9410dd042e
commit
b0dbd4f4af
12 changed files with 83 additions and 40 deletions
|
@ -150,7 +150,7 @@ public:
|
|||
virtual SettingsObject &settings() const;
|
||||
|
||||
/// returns a valid update task if update is needed, NULL otherwise
|
||||
virtual std::shared_ptr<Task> doUpdate(bool prepare_for_launch) = 0;
|
||||
virtual std::shared_ptr<Task> doUpdate(bool only_prepare) = 0;
|
||||
|
||||
/// returns a valid minecraft process, ready for launch with the given account.
|
||||
virtual MinecraftProcess *prepareForLaunch(MojangAccountPtr account) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue