Fix an outrageous typo which didn't get pushed for some reason.

This commit is contained in:
Nev3r 2020-04-19 12:23:51 +02:00
parent 5e20e9e27e
commit cde14c1d9f
1 changed files with 1 additions and 1 deletions

View File

@ -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"))