aboutsummaryrefslogtreecommitdiff
path: root/src/server
diff options
context:
space:
mode:
Diffstat (limited to 'src/server')
-rw-r--r--src/server/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/main.cpp b/src/server/main.cpp
index 89d6703..bd731c2 100644
--- a/src/server/main.cpp
+++ b/src/server/main.cpp
@@ -34,6 +34,8 @@ void gameloop(){
int main (){
printf("Brok[en]gine Server\n");
+
+ putenv("LUA_PATH=../data/?.lua");
L = luaL_newstate();
lua_newtable(L);