diff --git a/apps/openmw-mp/Script/LuaState.cpp b/apps/openmw-mp/Script/LuaState.cpp index 0ba381dc5..cf8c81c86 100644 --- a/apps/openmw-mp/Script/LuaState.cpp +++ b/apps/openmw-mp/Script/LuaState.cpp @@ -498,7 +498,7 @@ void LuaState::loadMods(const std::string &modDir, std::vector *lis envServerDir = current_path(); addGlobalPackagePath(envServerDir.string() + "/lib/lua/?/init.lua;" + envServerDir.string() + "/lib/lua/?.lua"); - addGlobalCPath(envServerDir.string() + "lib/?" + libExt); + addGlobalCPath(envServerDir.string() + "/lib/?" + libExt); readConfig(envServerDir); vector::iterator> sortedPluginList;