Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOM committed Jul 1, 2023
1 parent 6d6fe45 commit efeabb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/controllers/subsystem/minimap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,8 @@ SUBSYSTEM_DEF(minimaps)
/datum/tacmap/ui_close(mob/user)
. = ..()
updated_canvas = FALSE
toolbar_color_selection = "black"
toolbar_updated_selection = "black"

/datum/tacmap/ui_act(action, list/params, datum/tgui/ui, datum/ui_state/state){
. = ..()
Expand Down

0 comments on commit efeabb8

Please sign in to comment.