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 e05d19b7b9
commit 268a66a55a

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