Skip to content

Commit

Permalink
Update preferences.dm
Browse files Browse the repository at this point in the history
Signed-off-by: rye-rice <[email protected]>
  • Loading branch information
rye-rice authored Aug 29, 2024
1 parent 8dad91f commit f73a22a
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 @@ -5,7 +5,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
//doohickeys for savefiles
var/path
var/default_slot = 1 //Holder so it doesn't default to slot 1, rather the last one used
var/max_save_slots = 40
var/max_save_slots = 30

//non-preference stuff
var/muted = 0
Expand Down

0 comments on commit f73a22a

Please sign in to comment.