From 2001c589c410416e81352df5888dff5a814c5e64 Mon Sep 17 00:00:00 2001 From: timothyteakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Wed, 5 Aug 2020 23:28:13 +0100 Subject: [PATCH] fuck --- code/modules/client/preferences_savefile.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preferences_savefile.dm b/code/modules/client/preferences_savefile.dm index 819e02947a..456972601e 100644 --- a/code/modules/client/preferences_savefile.dm +++ b/code/modules/client/preferences_savefile.dm @@ -210,7 +210,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car if(length(initial(loadout_item.ckeywhitelist))) new_path = "/datum/gear/donator/[itemtype]" else - switch(initial(i.slot)) + switch(initial(loadout_item.slot)) if(SLOT_W_UNIFORM) new_path = "/datum/gear/uniform/[itemtype]" if(SLOT_WEAR_SUIT)