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)