aboutsummaryrefslogtreecommitdiff
path: root/src/lua.h
diff options
context:
space:
mode:
authorame <[email protected]>2024-08-07 19:47:05 -0500
committerame <[email protected]>2024-08-07 19:47:05 -0500
commit9c84e52bdbd218dc0600e41acb8375ed1fb8a8c8 (patch)
treefc4b5c5322f1cb8753266b4a815de93df714daed /src/lua.h
parent37dc46c19843f3328e06c7199548238f056c1a6b (diff)
server fixed :333
Diffstat (limited to 'src/lua.h')
-rw-r--r--src/lua.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lua.h b/src/lua.h
index 45f1748..81987d7 100644
--- a/src/lua.h
+++ b/src/lua.h
@@ -23,7 +23,6 @@ void lua_set_global_table(lua_State*);
//generic macro that takes other macros (see below)
#define _tset_b(L, Tidx, K, V, F)\
- lua_pushvalue(L, Tidx);\
lua_pushstring(L, K);\
F(L, V);\
lua_settable(L, Tidx);