diff --git a/crates/dtmm/src/state/data.rs b/crates/dtmm/src/state/data.rs index d1eb2e2..b1adcb6 100644 --- a/crates/dtmm/src/state/data.rs +++ b/crates/dtmm/src/state/data.rs @@ -156,8 +156,6 @@ pub(crate) struct State { pub game_dir: Arc, pub data_dir: Arc, pub nexus_api_key: Arc, - - #[data(ignore)] pub log: Vector, // True, when the initial loading of configuration and mods is still in progress pub loading: bool,