parent
544f358e40
commit
e7343fc55d
|
@ -1,7 +1,7 @@
|
||||||
local debug = true
|
local debug_mode = true
|
||||||
|
|
||||||
local function debug_print(message)
|
local function debug_print(message)
|
||||||
if debug == true then
|
if debug_mode == true then
|
||||||
Printf(tostring(message))
|
Printf(tostring(message))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue