Fixes preference update runtime. (#45106)

This commit is contained in:
AnturK
2019-07-12 11:20:12 -04:00
committed by Emmett Gaines
parent e74136ed0e
commit 7beb91ff79
+4 -3
View File
@@ -105,9 +105,10 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
if(new_value)
job_preferences[initial(J.title)] = new_value
if(current_version < 23)
all_quirks -= "Physically Obstructive"
all_quirks -= "Neat"
all_quirks -= "NEET"
if(all_quirks)
all_quirks -= "Physically Obstructive"
all_quirks -= "Neat"
all_quirks -= "NEET"
/datum/preferences/proc/load_path(ckey,filename="preferences.sav")
if(!ckey)