This commit is contained in:
silicons
2021-03-20 12:13:28 -07:00
parent d7829db9ca
commit d9a2316825
3 changed files with 4 additions and 9 deletions
@@ -288,13 +288,6 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
if(current_version < 48) //unlockable loadout items but we need to clear bad data from a mistake
S["unlockable_loadout"] = list()
if(current_version < 49)
var/list/L
S["be_special"] >> L
if(islist(L))
L |= ROLE_SYNDICATE
S["be_special"] << L
/datum/preferences/proc/load_path(ckey,filename="preferences.sav")
if(!ckey)
return