From 3b95843c2ac5cf1ce0056bbeec61980b029d6d42 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Mon, 22 Dec 2025 19:55:43 +0100 Subject: [PATCH] no clue --- src/lua_rds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua_rds.c b/src/lua_rds.c index d305714..e320245 100644 --- a/src/lua_rds.c +++ b/src/lua_rds.c @@ -377,7 +377,7 @@ void lua_on_init() { lua_pop(L, 1); } } else { - // printf("Note: 'on_init' function not found in Lua script. Skipping.\n"); + printf("Note: 'on_init' function not found in Lua script. Skipping.\n"); lua_pop(L, 1); } }