Skip to content

Commit

Permalink
Merge branch 'main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Timtam committed Jan 25, 2025
2 parents 1dae712 + e882056 commit 4f5bb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/services/games.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ impl GameService {
http_status_code: 409,
})
} else if player_id.is_some()
&& game
&& !game
.players
.iter()
.any(|p| p.id == *player_id.as_ref().unwrap())
Expand Down

0 comments on commit 4f5bb74

Please sign in to comment.