mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
2016 Bugfix Roundup (#10731)
Fixes #833 Fixes #934 Fixes #1125 Fixes #1186
This commit is contained in:
@@ -695,7 +695,9 @@
|
||||
|
||||
// Delete them from datacore.
|
||||
|
||||
SSrecords.remove_record_by_field("name", H.real_name)
|
||||
if(!SSrecords.remove_record_by_field("fingerprint", H.get_full_print()))
|
||||
// didn't find a record by fingerprint, fallback to deleting by name
|
||||
SSrecords.remove_record_by_field("name", H.real_name)
|
||||
SSrecords.reset_manifest()
|
||||
|
||||
log_and_message_admins("([H.mind.role_alt_title]) entered cryostorage.", user = H)
|
||||
|
||||
Reference in New Issue
Block a user