diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 7b991bd135c0..8107c541d794 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -227,7 +227,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) load_path(C.ckey) unlock_content = C.IsByondMember() if(unlock_content) - max_save_slots = 65 + max_save_slots = 60 var/loaded_preferences_successfully = load_preferences() if(loaded_preferences_successfully) if(load_character())