chore: remove soft saving announcement to reduce mm-chat clutter

This commit is contained in:
2024-01-21 00:48:18 -05:00
parent e64a144620
commit 2840c382ee

View File

@@ -62,11 +62,11 @@ where
} }
async fn do_soft_save_with_announcement() { async fn do_soft_save_with_announcement() {
run_rcon_command([ // run_rcon_command([
"say", // "say",
"Soft saving now. No need to interrupt what you're doing.", // "Soft saving now. No need to interrupt what you're doing.",
]) // ])
.await; // .await;
run_rcon_command(["save-all"]).await; run_rcon_command(["save-all"]).await;
} }