Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Sep 29, 2023
1 parent 1321b62 commit 80fbcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/minimap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 80fbcaf

Please sign in to comment.