fixed var

Signed-off-by: Ebbe <ebbe@ping-mee.de>
main
Ebbe Baß 2025-06-23 11:50:31 +02:00
parent 544f358e40
commit e7343fc55d
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
local debug = true
local debug_mode = true
local function debug_print(message)
if debug == true then
if debug_mode == true then
Printf(tostring(message))
end
end