Skip to content

Commit

Permalink
set load removal to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Eein committed Jun 3, 2023
1 parent 4377b4c commit 1ba6ec8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/settings.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
#[derive(asr::Settings, Clone)]
pub struct Settings {
//#[default = false]
#[default = true]
/// Load Removal
pub load_removal: bool,
/// Automatic Start on character select
pub start: bool,

/// Automatic Start on New Game
pub new_start: bool,

/// Load Removal
pub load_removal: bool,
/// Start Prehistory
pub start_prehistory: bool,
/// Start Distant Future
Expand Down

0 comments on commit 1ba6ec8

Please sign in to comment.