[Fix] misn_condLibs() was missing space lib.
This commit is contained in:
parent
e5d050c22d
commit
26099de520
@ -169,6 +169,7 @@ int misn_loadLibs(lua_State* L) {
|
|||||||
|
|
||||||
int misn_loadCondLibs(lua_State* L) {
|
int misn_loadCondLibs(lua_State* L) {
|
||||||
lua_loadTime(L, 1);
|
lua_loadTime(L, 1);
|
||||||
|
lua_loadSpace(L, 1);
|
||||||
lua_loadVar(L, 1);
|
lua_loadVar(L, 1);
|
||||||
lua_loadPlayer(L, 1);
|
lua_loadPlayer(L, 1);
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user