fix(rust): drop the stray spaces in the running-server handoff line #34

Merged
whitlocktech merged 2 commits from fix/rust-handoff-spaces into main 2026-09-26 15:41:25 +00:00
Showing only changes of commit d61f46ffb6 - Show all commits

View File

@@ -185,7 +185,7 @@ pub fn handoff(
protocol = doc.protocol,
when = if running {
format!(
"The plugin loads now; `doctor --game rust --server-id {server_id}` confirms it connected."
"The plugin loads now; `doctor --game rust --server-id {server_id}` confirms it connected."
)
} else {
"The plugin connects when the server next starts.".to_string()