Ooooooohh
This commit is contained in:
parent
77e837c775
commit
bfe00dc1f3
@ -1571,7 +1571,7 @@ int luatpt_register_step(lua_State* l)
|
|||||||
lua_rawget(l, LUA_REGISTRYINDEX);
|
lua_rawget(l, LUA_REGISTRYINDEX);
|
||||||
if(!lua_istable(l, -1))
|
if(!lua_istable(l, -1))
|
||||||
{
|
{
|
||||||
lua_pop(l, -1);
|
lua_pop(l, 1);
|
||||||
lua_newtable(l);
|
lua_newtable(l);
|
||||||
lua_pushstring(l, "stepfunctions");
|
lua_pushstring(l, "stepfunctions");
|
||||||
lua_pushvalue(l, -2);
|
lua_pushvalue(l, -2);
|
||||||
|
Loading…
Reference in New Issue
Block a user