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