mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 12:13:16 +00:00
numweaksneakers LUA EXPOSE TYPO
AAAAAAEIUGHYHHG
This commit is contained in:
parent
333734fdf3
commit
906c9ea62d
1 changed files with 1 additions and 1 deletions
|
|
@ -1130,7 +1130,7 @@ static int player_set(lua_State *L)
|
|||
plr->numpanelsneakers = luaL_checkinteger(L, 3);
|
||||
else if (fastcmp(field,"weaksneakertimer"))
|
||||
plr->weaksneakertimer = luaL_checkinteger(L, 3);
|
||||
else if (fastcmp(field,"numpweaksneakers"))
|
||||
else if (fastcmp(field,"numweaksneakers"))
|
||||
plr->numweaksneakers = luaL_checkinteger(L, 3);
|
||||
else if (fastcmp(field,"floorboost"))
|
||||
plr->floorboost = luaL_checkinteger(L, 3);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue