Skip to content

Commit

Permalink
Update minimaps.dm
Browse files Browse the repository at this point in the history
Signed-off-by: Helg2 <[email protected]>
  • Loading branch information
Helg2 authored Jul 29, 2024
1 parent 5ed0258 commit caefedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/minimaps.dm
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ SUBSYSTEM_DEF(minimaps)
for(var/datum/minimap_updator/updator AS in update_targets["[flag]"])
if(updator.ztarget == target_turf.z)
updator.raw_blips -= blip
blip?.UnregisterSignal(target, COMSIG_MOVABLE_MOVED)
blip.UnregisterSignal(target, COMSIG_MOVABLE_MOVED)
removal_cbs -= target

/**
Expand Down

0 comments on commit caefedd

Please sign in to comment.