From f81a7ccdff682acc7a7ec2e6c4dced9bcfde4387 Mon Sep 17 00:00:00 2001 From: dacctal Date: Thu, 11 Jun 2026 22:13:16 +0000 Subject: IT WORKS --- src/lua_state.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lua_state.c') diff --git a/src/lua_state.c b/src/lua_state.c index c23eb92..623c87b 100644 --- a/src/lua_state.c +++ b/src/lua_state.c @@ -610,7 +610,7 @@ bool config_install(const char *path, const char *target) { return false; } target_loop_success = target_loop_install(L, "init.lua", target); - lua_pop(L, 1); + lua_pop(L, 2); } lua_pop(L, 1); return target_loop_success; @@ -647,7 +647,7 @@ bool config_uninstall(const char *path, const char *target) { return false; } target_loop_success = target_loop_uninstall(L, "init.lua", target); - lua_pop(L, 1); + lua_pop(L, 2); } lua_pop(L, 1); return target_loop_success; -- cgit v1.2.3