aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mumd/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mumd/src/main.rs b/mumd/src/main.rs
index 5307a09..75726f8 100644
--- a/mumd/src/main.rs
+++ b/mumd/src/main.rs
@@ -35,7 +35,6 @@ 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!(