Fixes the case dossier files sometimes self-deleting (#23141)

As per the title. I did a mistake, whoops. I'm pretty sure this fixes
it.
This commit is contained in:
Casper3667
2026-08-25 22:42:16 +00:00
committed by GitHub
parent 986765fecd
commit d6f2c56e00
2 changed files with 7 additions and 1 deletions
@@ -25,7 +25,7 @@
stored_cases = GLOB.case_dossier_cases
/datum/computer_file/program/case_dossier/Destroy()
stored_cases.Cut()
stored_cases = null
open_case = null
return ..()