mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-16 21:22:40 +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)
|
/proc/logTheThing(type, source, target, text, diaryType)
|
||||||
if(diaryType)
|
if(diaryType)
|
||||||
world << "Diary: \[[diaryType]:[type]] [text]"
|
world.log << "Diary: \[[diaryType]:[type]] [text]"
|
||||||
else
|
else
|
||||||
world << "Log: \[[type]] [text]"
|
world.log << "Log: \[[type]] [text]"
|
||||||
|
|||||||
Reference in New Issue
Block a user