aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mumd/src/main.rs')
-rw-r--r--mumd/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mumd/src/main.rs b/mumd/src/main.rs
index 75726f8..5307a09 100644
--- a/mumd/src/main.rs
+++ b/mumd/src/main.rs
@@ -35,6 +35,7 @@ async fn main() {
watch::channel::<Option<ConnectionInfo>>(None);
let state = State::new(packet_sender, connection_info_sender);
+ state.config().write_default_cfg();
let state = Arc::new(Mutex::new(state));
let (_, _, _, e) = join!(