removed auth and fixed id bug
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user