From c260e3febf26b418ddcc6133bbaeaa375ce138e8 Mon Sep 17 00:00:00 2001 From: Heroman Date: Fri, 20 Jan 2023 19:44:02 +1000 Subject: [PATCH] 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 e0ebefb01d9..9a161402cf2 100644 --- a/code/modules/mob/say_vr.dm +++ b/code/modules/mob/say_vr.dm @@ -346,7 +346,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)])"