Update preferences_savefile.dm

This commit is contained in:
timothyteakettle
2021-05-07 00:56:27 +01:00
parent f5e2d3de2c
commit 3b07164fb4
+1 -1
View File
@@ -283,7 +283,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
qdel(temporary_gear_item)
//it's double packed into a list because += will union the two lists contents
S["loadout"] = safe_json_encode(loadout_data)
S["loadout"] = loadout_data
if(current_version < 48) //unlockable loadout items but we need to clear bad data from a mistake
S["unlockable_loadout"] = list()