2016 Bugfix Roundup (#10731)

Fixes #833
Fixes #934
Fixes #1125
Fixes #1186
This commit is contained in:
Wildkins
2020-12-06 15:09:05 +02:00
committed by GitHub
parent 4c5ee9fb45
commit 23791c531b
7 changed files with 35 additions and 15 deletions
+3 -1
View File
@@ -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)