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() {
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;
}