Skip to content

Commit

Permalink
skill issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sun-Soaked committed Oct 25, 2024
1 parent ffc31d8 commit 3b3c19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/objs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
STOP_PROCESSING(SSobj, src) // TODO: Have a processing bitflag to reduce on unnecessary loops through the processing lists
SStgui.close_uis(src)
if(burning_particles)
QDELL_NULL(burning_particles)
QDEL_NULL(burning_particles)
. = ..()


Expand Down

0 comments on commit 3b3c19f

Please sign in to comment.