chore: remove soft saving announcement to reduce mm-chat clutter
This commit is contained in:
10
src/main.rs
10
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user