got rid of the settop as well

This commit is contained in:
Latapostrophe 2018-10-30 22:51:05 +01:00
parent 799d8d2749
commit 6841458546
1 changed files with 0 additions and 1 deletions

View File

@ -613,7 +613,6 @@ static int lib_huddisable(lua_State *L)
static int lib_hudenabled(lua_State *L)
{
enum hud option = luaL_checkoption(L, 1, NULL, hud_disable_options);
lua_settop(L, 2);
if (hud_enabled[option/8] & (1<<(option%8)))
lua_pushboolean(L, true);
else