Fix(InstanceCreationTask): propagate abort signal to super

Signed-off-by: 0x189D7997 <199489335+0x189D7997@users.noreply.github.com>
(cherry picked from commit 4ed3aa1f1c)
This commit is contained in:
0x189D7997 2026-04-17 02:07:09 +00:00 committed by github-actions[bot]
parent ea6b802b04
commit b29be81e36

View file

@ -18,7 +18,7 @@ bool InstanceCreationTask::abort()
return m_gameFilesTask->abort();
}
return true;
return InstanceTask::abort();
}
void InstanceCreationTask::executeTask()