summaryrefslogtreecommitdiffstats
path: root/src/scripting/lua.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripting/lua.cpp')
-rw-r--r--src/scripting/lua.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/scripting/lua.cpp b/src/scripting/lua.cpp
index 507b348..ca91624 100644
--- a/src/scripting/lua.cpp
+++ b/src/scripting/lua.cpp
@@ -1694,6 +1694,5 @@ LuaScript::LuaScript():
lua_settable(mState, LUA_REGISTRYINDEX);
lua_settop(mState, 0);
- loadFile("scripts/libs/libmana.lua");
+ loadFile("scripts/lua/libmana.lua");
}
-