Fixes a runtime in /datum/preference/New(). (#11837)

This commit is contained in:
MarinaGryphon
2021-05-05 15:23:49 -03:00
committed by GitHub
parent 039da80a9d
commit d9e1907449
2 changed files with 42 additions and 2 deletions
+1 -2
View File
@@ -190,6 +190,7 @@ datum/preferences
load_path(C.ckey)
load_preferences()
load_and_update_character()
update_preview_icon()
/datum/preferences/Destroy()
. = ..()
@@ -660,8 +661,6 @@ datum/preferences
disabilities = list()
nanotrasen_relation = "Neutral"
update_preview_icon()
// Deletes a character from the database
/datum/preferences/proc/delete_character_sql(var/client/C)