mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
modular computer/software destroy fix
This commit is contained in:
@@ -65,7 +65,6 @@
|
||||
|
||||
if(F in stored_files)
|
||||
stored_files -= F
|
||||
qdel(F)
|
||||
recalculate_size()
|
||||
return 1
|
||||
else
|
||||
@@ -119,7 +118,6 @@
|
||||
return null
|
||||
|
||||
/obj/item/weapon/computer_hardware/hard_drive/Destroy()
|
||||
QDEL_LIST(stored_files)
|
||||
stored_files = null
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user