Skip to content

Commit

Permalink
Update utility.dm (discordia-space#8501)
Browse files Browse the repository at this point in the history
  • Loading branch information
MLGTASTICa authored and MysticalFaceLesS committed Aug 7, 2024
1 parent 49dcb2e commit be91958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mechs/equipment/utility.dm
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@
platform.forceMove(src)

/obj/item/mech_equipment/forklifting_system/Destroy()
if(currentlyLifting)
if(!QDELETED(currentlyLifting))
ejectLifting(get_turf(src))
if(platform)
QDEL_NULL(platform)
Expand Down

0 comments on commit be91958

Please sign in to comment.