mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix again
This commit is contained in:
parent
ef1ff6c94b
commit
c977a7d451
1 changed files with 1 additions and 1 deletions
|
|
@ -1419,7 +1419,7 @@ static void ArchiveTables(UINT8 **p)
|
|||
if (e == 1)
|
||||
n++; // the table contained a new table we'll have to archive. :(
|
||||
else if (e == 2) // invalid value type
|
||||
CONS_Alert(CONS_ERROR, "Type of value for table %d entry '%s' (%s) could not be archived!\n", i, lua_tostring(gL, -1), luaL_typename(gL, -1));
|
||||
CONS_Alert(CONS_ERROR, "Type of value for table %d entry '%s' (%s) could not be archived!\n", i, lua_tostring(gL, -2), luaL_typename(gL, -1));
|
||||
|
||||
lua_pop(gL, 1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue