Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
oneheed committed Nov 15, 2023
1 parent ad1d073 commit 768ed4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
{
var playerModel = gameModel.Players.FirstOrDefault(p => p.Id == playerId);

playerViewModel = playerModel;
playerViewModel = playerModel;

if (changeCockId.HasValue)
{
Expand Down

0 comments on commit 768ed4c

Please sign in to comment.