Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed May 15, 2024
1 parent 03db99d commit 584767e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/action.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
/datum/action/Destroy()
if(owner)
Remove(owner)
owner = null
target = null
QDEL_NULL(button)
return ..()
Expand Down

0 comments on commit 584767e

Please sign in to comment.