fixed var

Signed-off-by: Ebbe <ebbe@ping-mee.de>
This commit is contained in:
2025-06-23 11:51:14 +02:00
parent 3daf6dea85
commit b3382ff0f2
+2 -2
View File
@@ -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