mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 17:09:25 +00:00
NOISSUE do people not even build their PRs when they make them?
This commit is contained in:
@@ -332,7 +332,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
|
|||||||
"(%1)\n"
|
"(%1)\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The launcher cannot continue until you fix this problem."
|
"The launcher cannot continue until you fix this problem."
|
||||||
).arg(dataPath);
|
).arg(dataPath)
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -350,7 +350,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
|
|||||||
"(%1)\n"
|
"(%1)\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The launcher cannot continue until you fix this problem."
|
"The launcher cannot continue until you fix this problem."
|
||||||
).arg(dataPath);
|
).arg(dataPath)
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -510,7 +510,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
|
|||||||
"(%1)\n"
|
"(%1)\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The launcher cannot continue until you fix this problem."
|
"The launcher cannot continue until you fix this problem."
|
||||||
).arg(dataPath);
|
).arg(dataPath)
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user