summaryrefslogtreecommitdiffstats
path: root/application/LaunchController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'application/LaunchController.cpp')
-rw-r--r--application/LaunchController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/LaunchController.cpp b/application/LaunchController.cpp
index e8f369be..d451e652 100644
--- a/application/LaunchController.cpp
+++ b/application/LaunchController.cpp
@@ -103,7 +103,7 @@ void LaunchController::login()
progDialog.setSkipButton(true, tr("Play Offline"));
}
progDialog.execWithTask(task.get());
- if (!task->successful())
+ if (!task->wasSuccessful())
{
auto failReasonNew = task->failReason();
if(failReasonNew == "Invalid token.")