mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-22 16:02:29 +00:00
Fix an outrageous typo which didn't get pushed for some reason.
This commit is contained in:
parent
e05d19b7b9
commit
268a66a55a
1 changed files with 1 additions and 1 deletions
|
|
@ -819,7 +819,7 @@ static int mapthing_get(lua_State *L)
|
||||||
number = mt->tag;
|
number = mt->tag;
|
||||||
else if(fastcmp(field,"args"))
|
else if(fastcmp(field,"args"))
|
||||||
{
|
{
|
||||||
LUA_PushUserdata(L, mt->stringargs, META_THINGARGS);
|
LUA_PushUserdata(L, mt->args, META_THINGARGS);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
else if(fastcmp(field,"stringargs"))
|
else if(fastcmp(field,"stringargs"))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue