mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 17:09:25 +00:00
GH-1053 move instance update into the launch task (BaseLauncher)
This commit is contained in:
@@ -138,7 +138,7 @@ public:
|
||||
virtual std::shared_ptr<Task> doUpdate() = 0;
|
||||
|
||||
/// returns a valid process, ready for launch with the given account.
|
||||
virtual BaseLauncher *prepareForLaunch(AuthSessionPtr account) = 0;
|
||||
virtual std::shared_ptr<BaseLauncher> prepareForLaunch(AuthSessionPtr account) = 0;
|
||||
|
||||
/// do any necessary cleanups after the instance finishes. also runs before
|
||||
/// 'prepareForLaunch'
|
||||
|
Reference in New Issue
Block a user