eqlaunch wasn't loading paths (#2461)

This commit is contained in:
Michael Cook (mackal)
2022-09-29 14:23:20 -04:00
committed by GitHub
parent ee167bbc64
commit 50fc4d68aa
+2
View File
@@ -45,6 +45,8 @@ int main(int argc, char *argv[]) {
LogSys.LoadLogSettingsDefaults();
set_exception_handler();
path.LoadPaths();
std::string launcher_name;
if(argc == 2) {
launcher_name = argv[1];