+2
-2
@@ -1,7 +1,7 @@
|
|||||||
local debug = false
|
local debug_mode = false
|
||||||
|
|
||||||
local function debug_print(msg)
|
local function debug_print(msg)
|
||||||
if debug then
|
if debug_mode then
|
||||||
Printf(msg)
|
Printf(msg)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user