Skip to content

Commit

Permalink
guh
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOM committed Jun 30, 2023
1 parent a4cc32f commit a2de250
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions code/controllers/subsystem/minimap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,10 @@ SUBSYSTEM_DEF(minimaps)
data["updatedCanvas"] = updated_canvas
return data

/datum/tacmap/ui_close(mob/user)
. = ..()
updated_canvas = FALSE

/datum/tacmap/ui_act(action, list/params, datum/tgui/ui, datum/ui_state/state){
. = ..()
if(.)
Expand Down
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/TacticalMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const TacticalMap = (props, context) => {
/>
</Stack.Item>
</Stack>
<Stack spacing={30}>
<Stack>
<Stack.Item grow>
{timeLeft > 0 && (
<ProgressBar
Expand Down

0 comments on commit a2de250

Please sign in to comment.