From c056fa5ce2747ca45201a6276bff2d8c2e8c8f61 Mon Sep 17 00:00:00 2001 From: meemofcourse <75212565+meemofcourse@users.noreply.github.com> Date: Sat, 8 Jun 2024 21:56:40 -0400 Subject: [PATCH] gough --- code/modules/client/preferences.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())