diff options
| author | ame <[email protected]> | 2024-08-07 19:47:05 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-08-07 19:47:05 -0500 |
| commit | d944a170f50dac767109ce629a284b9614f48fd6 (patch) | |
| tree | fc4b5c5322f1cb8753266b4a815de93df714daed /src/lua.h | |
| parent | 76ce905ef3e93f067b6d06458186bcf9eb9b5c01 (diff) | |
server fixed :333
Diffstat (limited to 'src/lua.h')
| -rw-r--r-- | src/lua.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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);
|
