mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 00:57:15 +00:00
[Hotfix] Fix lua mod load path
This commit is contained in:
+1
-1
@@ -1010,7 +1010,7 @@ void LuaParser::ReloadQuests() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
LoadScript(fmt::format("{}{}", path.GetLuaModsPath(), std::string(file_name)), file_name);
|
LoadScript(fmt::format("{}/{}", path.GetLuaModsPath(), std::string(file_name)), file_name);
|
||||||
mods_.emplace_back(L, this, file_name);
|
mods_.emplace_back(L, this, file_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user