Set default number of quicksaves to 1

pull/390/head
Daniel Vukelich 6 years ago
parent 3bdd989a50
commit 104495a9a4

@ -41,7 +41,7 @@ max quicksaves
:Type: integer
:Range: >0
:Default: 5
:Default: 1
This setting determines how many quicksave and autosave slots you can have at a time. If greater than 1, quicksaves will be sequentially created each time you quicksave. Once the maximum number of quicksaves has been reached, the oldest quicksave will be recycled the next time you perform a quicksave.

@ -290,7 +290,7 @@ timeplayed = false
# The maximum number of quick (or auto) save slots to have.
# If all slots are used, the oldest save is reused
max quicksaves = 5
max quicksaves = 1
[Sound]

Loading…
Cancel
Save