Don't echo things to everyone on the server

Nobody knows what to do about your hung object processing, sry.
This commit is contained in:
Arokha Sieyes
2016-06-08 02:47:34 -04:00
parent 48ed49ad39
commit a5995b8e21

View File

@@ -14,6 +14,6 @@
*/
/proc/logTheThing(type, source, target, text, diaryType)
if(diaryType)
world << "Diary: \[[diaryType]:[type]] [text]"
world.log << "Diary: \[[diaryType]:[type]] [text]"
else
world << "Log: \[[type]] [text]"
world.log << "Log: \[[type]] [text]"