Skip to content

Commit 97712ec

Browse files
committed
ci fix
1 parent 40caaa6 commit 97712ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/datums/components/tether.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
/datum/component/tether/Destroy(force, silent)
4343
QDEL_NULL(tether_tracker)
4444
QDEL_NULL(parent_tracker)
45-
qdel(beam)
45+
QDEL_NULL(beam)
4646
SEND_SIGNAL(tethered_to, COMSIG_TETHER_DESTROYED)
4747
tether_visual_target = null
4848
tethered_to = null

0 commit comments

Comments
 (0)