removed auth and fixed id bug

This commit is contained in:
2023-04-24 13:59:38 +02:00
parent b2fb4b33dd
commit 705a6cedb2
3 changed files with 4 additions and 27 deletions

View File

@@ -19,7 +19,7 @@ public class GameState
foreach (var player in game.Players)
{
Players.Add(p.Connection.ConnectionId);
Players.Add(player.Connection.ConnectionId);
}
CurrentCard = game.CurrentCard.ToString();