From 50fc4d68aa3898a9663677bac676b24fab976f09 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" <277429+mackal@users.noreply.github.com> Date: Thu, 29 Sep 2022 14:23:20 -0400 Subject: [PATCH] eqlaunch wasn't loading paths (#2461) --- eqlaunch/eqlaunch.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eqlaunch/eqlaunch.cpp b/eqlaunch/eqlaunch.cpp index 3f97f8ae5..b3a7743e0 100644 --- a/eqlaunch/eqlaunch.cpp +++ b/eqlaunch/eqlaunch.cpp @@ -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];