mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
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:
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user