Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 13, 2023
1 parent 0cca756 commit a6dcd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/defenses/sentry.dm
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
watching_turfs = null
for(var/atom/temp_target in targets)
UnregisterSignal(temp_target, COMSIG_MOVABLE_TURF_ENTERED)
targets = null
targets = list()

/obj/structure/machinery/defenses/sentry/update_icon()
..()
Expand Down

0 comments on commit a6dcd86

Please sign in to comment.