diff --git a/oc_launcher/src/run.rs b/oc_launcher/src/run.rs index 2cf0481..818b318 100644 --- a/oc_launcher/src/run.rs +++ b/oc_launcher/src/run.rs @@ -108,7 +108,8 @@ impl BattleLauncher { .arg(server_bind_address) .arg(side) .args(side_a_control) - .args(side_b_control); + .args(side_b_control) + .arg("--init-sync"); let command_line = format!("{:?}", command); command