mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
log_debug, even better.
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
*/
|
||||
/proc/logTheThing(type, source, target, text, diaryType)
|
||||
if(diaryType)
|
||||
world.log << "Diary: \[[diaryType]:[type]] [text]"
|
||||
log_debug("Diary: \[[diaryType]:[type]] [text]")
|
||||
else
|
||||
world.log << "Log: \[[type]] [text]"
|
||||
log_debug("Log: \[[type]] [text]")
|
||||
|
||||
Reference in New Issue
Block a user