mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
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:
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user