From b3382ff0f2ec124645f54480865abbe990217777 Mon Sep 17 00:00:00 2001 From: Ebbe Date: Mon, 23 Jun 2025 11:51:14 +0200 Subject: [PATCH] fixed var Signed-off-by: Ebbe --- Song tool.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Song tool.lua b/Song tool.lua index 090ce53..7d870c6 100644 --- a/Song tool.lua +++ b/Song tool.lua @@ -1,7 +1,7 @@ -local debug = false +local debug_mode = false local function debug_print(msg) - if debug then + if debug_mode then Printf(msg) end end