mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-17 04:02:50 +00:00
Make token writable.
This commit is contained in:
parent
7bf8a4d056
commit
69f24e34ad
1 changed files with 2 additions and 0 deletions
|
|
@ -378,6 +378,8 @@ int LUA_CheckGlobals(lua_State *L, const char *word)
|
|||
bluescore = (UINT32)luaL_checkinteger(L, 2);
|
||||
else if (fastcmp(word, "emeralds"))
|
||||
emeralds = (UINT16)luaL_checkinteger(L, 2);
|
||||
else if (fastcmp(word, "token"))
|
||||
token = (UINT32)luaL_checkinteger(L, 2);
|
||||
else
|
||||
return 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue