forked from teamnwah/openmw-tes3coop
[Server] Fix path to native libs
This commit is contained in:
parent
1aa630e4a9
commit
e7a5919477
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ void LuaState::loadMods(const std::string &modDir, std::vector<std::string> *lis
|
||||||
envServerDir = current_path();
|
envServerDir = current_path();
|
||||||
|
|
||||||
addGlobalPackagePath(envServerDir.string() + "/lib/lua/?/init.lua;" + envServerDir.string() + "/lib/lua/?.lua");
|
addGlobalPackagePath(envServerDir.string() + "/lib/lua/?/init.lua;" + envServerDir.string() + "/lib/lua/?.lua");
|
||||||
addGlobalCPath(envServerDir.string() + "lib/?" + libExt);
|
addGlobalCPath(envServerDir.string() + "/lib/?" + libExt);
|
||||||
readConfig(envServerDir);
|
readConfig(envServerDir);
|
||||||
|
|
||||||
vector<vector<ServerPluginInfo>::iterator> sortedPluginList;
|
vector<vector<ServerPluginInfo>::iterator> sortedPluginList;
|
||||||
|
|
Loading…
Reference in a new issue