Skip to content

Commit

Permalink
Update preferences.dm
Browse files Browse the repository at this point in the history
Signed-off-by: kittysmooch <[email protected]>
  • Loading branch information
kittysmooch authored Sep 23, 2024
1 parent 57b46b0 commit 5d89521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/client/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
try_savefile_type_migration()
unlock_content = !!parent.IsByondMember()
if(unlock_content)
max_save_slots = 8
max_save_slots = 10 //DOPPLER EDIT - was 8
else
CRASH("attempted to create a preferences datum without a client or mock!")
load_savefile()
Expand Down

0 comments on commit 5d89521

Please sign in to comment.