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