These are integers, whoops

This commit is contained in:
TehRealSalt 2018-11-07 18:37:06 -05:00
parent 95a1637437
commit 2b9b1e3bff

View file

@ -9728,10 +9728,10 @@ static inline int lib_getenum(lua_State *L)
lua_pushboolean(L, comeback);
return 1;
} else if (fastcmp(word,"wantedcalcdelay")) {
lua_pushboolean(L, wantedcalcdelay);
lua_pushinteger(L, wantedcalcdelay);
return 1;
} else if (fastcmp(word,"indirectitemcooldown")) {
lua_pushboolean(L, indirectitemcooldown);
lua_pushinteger(L, indirectitemcooldown);
return 1;
} else if (fastcmp(word,"thwompsactive")) {
lua_pushboolean(L, thwompsactive);