mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
These are integers, whoops
This commit is contained in:
parent
95a1637437
commit
2b9b1e3bff
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue