mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-03 06:23:53 +00:00
eqlaunch wasn't loading paths (#2461)
This commit is contained in:
parent
ee167bbc64
commit
50fc4d68aa
@ -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];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user