Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanzlatarev authored Oct 6, 2024
1 parent 078ff71 commit f0cc19b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proxy_controller/src/websocket/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,8 @@ impl Player {
if response.has_game_info() {
for pi in &mut response.mut_game_info().player_info {
if pi.player_id() != r_vars.player_id() {
pi.player_name = Some(config.players[&player_num.other_player()].name.clone());
pi.player_name =
Some(config.players[&player_num.other_player()].name.clone());
pi.race_actual = pi.race_requested;
} else {
pi.player_name = Some(config.players[&player_num].name.clone());
Expand Down

0 comments on commit f0cc19b

Please sign in to comment.