mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 08:39:12 +01:00
Merge pull request #14357 from Heroman3003/spamfix
This should fix dialogue log spam with player narrate
This commit is contained in:
@@ -363,7 +363,6 @@
|
||||
var/list/m_viewers = in_range["mobs"]
|
||||
|
||||
for(var/mob/M as anything in m_viewers)
|
||||
spawn(0) // It's possible that it could be deleted in the meantime, or that it runtimes.
|
||||
if(M)
|
||||
if(isobserver(M))
|
||||
message = "[message] ([ghost_follow_link(src, M)])"
|
||||
|
||||
Reference in New Issue
Block a user