make LANGSANI debug dependent (#8057)

This commit is contained in:
Kashargul
2024-03-24 12:20:09 +01:00
committed by GitHub
parent a4c8f054a4
commit 8e6bb09374

View File

@@ -23,7 +23,8 @@
//print a testing-mode debug message to world.log
/proc/testing(msg)
to_world_log("## TESTING: [msg]")
if (config.log_debug) //CHOMPEdit
to_world_log("## TESTING: [msg]")
/proc/log_admin(text)
admin_log.Add(text)