mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 15:15:32 +01:00
Fixes #14173, file manager improvements
This commit is contained in:
@@ -291,4 +291,10 @@
|
||||
if(autorun.stored_data == program)
|
||||
autorun.stored_data = null
|
||||
else
|
||||
autorun.stored_data = program
|
||||
autorun.stored_data = program
|
||||
|
||||
/obj/item/modular_computer/proc/find_file_by_uid(var/uid)
|
||||
if(hard_drive)
|
||||
. = hard_drive.find_file_by_uid(uid)
|
||||
if(portable_drive && !.)
|
||||
. = portable_drive.find_file_by_uid(uid)
|
||||
Reference in New Issue
Block a user