From 87ab46cca79eae29bb484ca0529bb46160970e85 Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Fri, 20 Jan 2023 18:46:11 -0500 Subject: [PATCH] Merge pull request #14357 from Heroman3003/spamfix This should fix dialogue log spam with player narrate --- code/modules/mob/say_vr.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/say_vr.dm b/code/modules/mob/say_vr.dm index c0a2a4b5e2..0b87881b8c 100644 --- a/code/modules/mob/say_vr.dm +++ b/code/modules/mob/say_vr.dm @@ -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)])"