From 974f46cb22d18e041c4557da972783346d651156 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Fri, 1 Jan 2021 22:36:35 +0000 Subject: [PATCH] attempt to fix --- code/modules/client/client_procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 1540092be8..29efa971da 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -1029,7 +1029,7 @@ GLOBAL_LIST_INIT(blacklisted_builds, list( /client/proc/increment_progress(key, amount) if(prefs) var/savefile/S = new /savefile(prefs.path) - var/list/unlockable_loadout_data = S["unlockable_loadout"] + var/list/unlockable_loadout_data = prefs.unlockable_loadout_data if(!length(unlockable_loadout_data)) unlockable_loadout_data = list() unlockable_loadout_data[key] = amount