Fix more preference runtimes (#11865)

This commit is contained in:
Wildkins
2021-05-07 00:14:20 +02:00
committed by GitHub
parent 5a26ec3647
commit 38554f1f62
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -190,7 +190,6 @@ datum/preferences
load_path(C.ckey)
load_preferences()
load_and_update_character()
update_preview_icon()
/datum/preferences/Destroy()
. = ..()
@@ -75,8 +75,6 @@
else
save_preferences()
update_preview_icon()
return 1
/datum/preferences/proc/save_character()