Merge pull request #14357 from Heroman3003/spamfix

This should fix dialogue log spam with player narrate
This commit is contained in:
Novacat
2023-01-20 23:46:51 +00:00
committed by CHOMPStation2
parent 9eb8a03eb9
commit 87ab46cca7
-1
View File
@@ -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)])"