mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Fixes a runtime in /datum/preference/New(). (#11837)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user