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 ab197b5 commit 424b23d
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 @@ -658,7 +658,7 @@ SUBSYSTEM_DEF(minimaps)
switch (action)
if ("menuSelect")
if(params["selection"] == "new canvas")
var/distribute_status = distribute_current_map_png(user) // not updating?
var/distribute_status = distribute_current_map_png(user)
if(!distribute_status)
return
current_map = get_current_tacmap_data(user, TRUE)
Expand Down

0 comments on commit 424b23d

Please sign in to comment.