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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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];