Files
2021-12-03 01:19:31 +00:00

6 lines
148 B
Lua

function print_debug(content)
local conf = state_get("config")
if conf.debug then
print("CADVANCED CLIENT: " .. content)
end
end