mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 03:12:38 +00:00
Merge branch 'fix-taglist-methods' into 'next'
Fix Lua taglists methods not working See merge request STJr/SRB2!2244
This commit is contained in:
commit
911b462212
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ static int taglist_get(lua_State *L)
|
|||
}
|
||||
else
|
||||
{
|
||||
lua_getmetatable(L, 1);
|
||||
lua_getglobal(L, "taglist");
|
||||
lua_replace(L, 1);
|
||||
lua_rawget(L, 1);
|
||||
return 1;
|
||||
|
|
Loading…
Reference in a new issue