From 80fbcaf9948c715b2ef2c4a0aad78cb850954320 Mon Sep 17 00:00:00 2001 From: doom Date: Fri, 29 Sep 2023 16:20:27 -0700 Subject: [PATCH] ... --- code/controllers/subsystem/minimap.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/minimap.dm b/code/controllers/subsystem/minimap.dm index 3af2b46836d2..a7ac6c4583ec 100644 --- a/code/controllers/subsystem/minimap.dm +++ b/code/controllers/subsystem/minimap.dm @@ -707,7 +707,7 @@ SUBSYSTEM_DEF(minimaps) current_squad.send_maptext("Tactical map update in progress...", "Tactical Map:") human_leader.visible_message(SPAN_BOLDNOTICE("Tactical map update in progress...")) - playsound(src, "sound/effects/sos-morse-code.ogg", 15) + playsound_client(human_leader.client, "sound/effects/sos-morse-code.ogg") COOLDOWN_START(GLOB, uscm_canvas_cooldown, canvas_cooldown_time) message_admins("[key_name(user)] has updated the tactical map")