Skip to content

Commit

Permalink
Modify Game.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
oneheed committed Oct 3, 2023
1 parent 6e4235a commit 75c6565
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
}

public bool IsConnected => !string.IsNullOrEmpty(name) &&
gameId != default &&
GameId != default &&
hubConnection.State == HubConnectionState.Connected;

protected async Task PutCock(int x, int y)
Expand Down

0 comments on commit 75c6565

Please sign in to comment.