Edited src/luaconsole.c via GitHub
This commit is contained in:
parent
89e47bfa4d
commit
8dfa09bf6a
@ -857,7 +857,10 @@ int luatpt_active_menu(lua_State* l)
|
|||||||
{
|
{
|
||||||
int aheatstate;
|
int aheatstate;
|
||||||
aheatstate = luaL_optint(l, 1, menu_count);
|
aheatstate = luaL_optint(l, 1, menu_count);
|
||||||
|
if (aheatstate < SC_TOTAL)
|
||||||
active_menu = aheatstate;
|
active_menu = aheatstate;
|
||||||
|
else
|
||||||
|
return luaL_error(l, "Menu does not exist");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
int luatpt_decorations_enable(lua_State* l)
|
int luatpt_decorations_enable(lua_State* l)
|
||||||
|
Loading…
Reference in New Issue
Block a user