diff options
Diffstat (limited to 'src/config.c')
| -rw-r--r-- | src/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.c b/src/config.c index 0c8a813..4f6838f 100644 --- a/src/config.c +++ b/src/config.c @@ -32,8 +32,8 @@ int l_set(lua_State* L) { key = lua_tonumber(L, -1); } *config_map[ind].value = key; - lua_pushnumber(L, 1); - return 1; + //lua_pushnumber(L, 1); + //return 1; } lua_pop(L,1); } |
