diff --git a/src/rustgame/sidecar.rs b/src/rustgame/sidecar.rs index d076b28..bf61636 100644 --- a/src/rustgame/sidecar.rs +++ b/src/rustgame/sidecar.rs @@ -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()