Are you fucking kidding me
This commit is contained in:
parent
0f7dd00567
commit
eaaf63f466
1 changed files with 1 additions and 1 deletions
|
|
@ -1784,7 +1784,7 @@ static int lib_hudaddtimer(lua_State *L)
|
|||
CLEANUP(pfree) const char **patches = calloc(patches_size, sizeof(const char*));
|
||||
for (INT32 i = 0; i < patches_size; ++i)
|
||||
{
|
||||
lua_rawgeti(L, 3, i);
|
||||
lua_rawgeti(L, 3, i+1);
|
||||
patches[i] = lua_tostring(L, -1);
|
||||
lua_pop(L, 1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue