mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix whitespace on that one line toaster pointed out
This commit is contained in:
parent
e45e740a65
commit
8d483cdc47
1 changed files with 1 additions and 1 deletions
|
|
@ -8154,7 +8154,7 @@ static inline int lib_freeslot(lua_State *L)
|
||||||
return luaL_error(L, "This function cannot be called from within a hook or coroutine!");
|
return luaL_error(L, "This function cannot be called from within a hook or coroutine!");
|
||||||
|
|
||||||
while (n-- > 0)
|
while (n-- > 0)
|
||||||
{
|
{
|
||||||
s = Z_StrDup(luaL_checkstring(L,1));
|
s = Z_StrDup(luaL_checkstring(L,1));
|
||||||
type = strtok(s, "_");
|
type = strtok(s, "_");
|
||||||
if (type)
|
if (type)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue