Skip to content

Commit

Permalink
Update code/datums/tutorial/_tutorial.dm
Browse files Browse the repository at this point in the history
Co-authored-by: fira <[email protected]>
  • Loading branch information
Zonespace27 and fira authored Dec 26, 2023
1 parent b58bed3 commit 3fec15b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions code/datums/tutorial/_tutorial.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ GLOBAL_LIST_EMPTY_TYPED(ongoing_tutorials, /datum/tutorial)

tutorial_mob = null // We don't delete it because the turf reservation will typically clean it up

for(var/path in tracking_atoms)
QDEL_NULL(tracking_atoms[path])

tracking_atoms.Cut()
QDEL_LIST_ASSOC_VAL(tracking_atoms)

return ..()

Expand Down

0 comments on commit 3fec15b

Please sign in to comment.