diff --git a/src/main.rs b/src/main.rs index b388652..9d54b1b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -62,11 +62,11 @@ where } async fn do_soft_save_with_announcement() { - run_rcon_command([ - "say", - "Soft saving now. No need to interrupt what you're doing.", - ]) - .await; + // run_rcon_command([ + // "say", + // "Soft saving now. No need to interrupt what you're doing.", + // ]) + // .await; run_rcon_command(["save-all"]).await; }