Skip to content

Commit

Permalink
fix: use --init-sync param in the launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
buxx committed Apr 18, 2024
1 parent a7208a6 commit c58514c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oc_launcher/src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c58514c

Please sign in to comment.