mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Makes borgs not runtime (#6863)
This commit is contained in:
@@ -77,7 +77,9 @@
|
||||
qdel(record)
|
||||
|
||||
/datum/controller/subsystem/records/proc/remove_record_by_field(var/field, var/value, var/record_type = RECORD_GENERAL)
|
||||
remove_record(find_record(field, value, record_type))
|
||||
. = find_record(field, value, record_type)
|
||||
if(.)
|
||||
remove_record(.)
|
||||
|
||||
/datum/controller/subsystem/records/proc/find_record(var/field, var/value, var/record_type = RECORD_GENERAL)
|
||||
if(excluded_fields[field])
|
||||
|
||||
Reference in New Issue
Block a user