From 1ba6ec8969fb66b903ae77fbd9f72aa6c6b8902c Mon Sep 17 00:00:00 2001 From: William Volin Date: Sat, 3 Jun 2023 03:55:29 -0700 Subject: [PATCH] set load removal to true --- src/settings.rs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/settings.rs b/src/settings.rs index 52f85f3..cc936db 100644 --- a/src/settings.rs +++ b/src/settings.rs @@ -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