This commit is contained in:
DragonTrance
2021-03-02 19:08:48 -07:00
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
dat += "<HR>"
if(path)
if(path) //Show list of characters
var/savefile/S = new /savefile(path)
if(S)
dat += "<center>"
@@ -46,7 +46,6 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
clientfps = 60
if(current_version < 23)
S["be_special"] >> be_special
WRITE_FILE(S["be_special"], null)
return
/datum/preferences/proc/update_character(current_version, savefile/S)