aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
authorame <[email protected]>2023-12-30 14:38:05 -0600
committerame <[email protected]>2023-12-30 14:38:05 -0600
commit22bb79562a0f876c96d78f913a9ad221698354e6 (patch)
tree9fe6a3e8dd73610fc0e3eec03e3c5a92c7325ed9 /src/config.c
parent8c591404e3ce9a36acb5fbe26ceaf5d6f63048e5 (diff)
json fixes
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c4
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);
}