forked from github/server
added the forgotten bindings to gamecode
This commit is contained in:
parent
139fceb5f8
commit
4c3e912a30
1 changed files with 1 additions and 0 deletions
|
@ -276,6 +276,7 @@ lua_init(void)
|
|||
bind_building(luaState);
|
||||
bind_event(luaState);
|
||||
bind_message(luaState);
|
||||
bind_gamecode(luaState);
|
||||
return luaState;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue