mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-20 19:02:34 +00:00
Fix an outrageous typo which didn't get pushed for some reason.
This commit is contained in:
parent
5e20e9e27e
commit
cde14c1d9f
1 changed files with 1 additions and 1 deletions
|
@ -819,7 +819,7 @@ static int mapthing_get(lua_State *L)
|
|||
number = mt->tag;
|
||||
else if(fastcmp(field,"args"))
|
||||
{
|
||||
LUA_PushUserdata(L, mt->stringargs, META_THINGARGS);
|
||||
LUA_PushUserdata(L, mt->args, META_THINGARGS);
|
||||
return 1;
|
||||
}
|
||||
else if(fastcmp(field,"stringargs"))
|
||||
|
|
Loading…
Reference in a new issue