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() {
|
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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user