Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOM committed Jul 2, 2023
1 parent cf1cc1c commit bdfadb9
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 @@ -570,7 +570,7 @@ SUBSYSTEM_DEF(minimaps)
var/obj/item/card/id/id = H.wear_id
if(istype(id))
var/paygrade = get_paygrades(id.paygrade, FALSE, H.gender)
signed = "[paygrade] [id.registered_name]"
signed = "[paygrade] [id.registered_name]"

var/href_map = "<a href='?MapView=\ref[canvas_image]'>View Tacitcal Map</a><br><br>"
var/outgoing_message = href_map + input
Expand Down

0 comments on commit bdfadb9

Please sign in to comment.