Skip to content

Commit

Permalink
Actually pass flo_tv_delay_override_secs
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxu committed Nov 4, 2023
1 parent 3b7265f commit 53c998e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/controller/src/game/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ pub fn create_as_bot(
node_id: Some(params.node_id),
mask_player_names: params.mask_player_names,
enable_ping_equalizer: params.enable_ping_equalizer,
flo_tv_delay_override_secs: None,
flo_tv_delay_override_secs: params.flo_tv_delay_override_secs,
};

let row = conn.transaction(|| -> Result<_> {
Expand Down

0 comments on commit 53c998e

Please sign in to comment.