Skip to content

Commit

Permalink
라운드 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ijehyunpark committed Jun 10, 2023
1 parent 3cd6084 commit 0cae9ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class AgricolaGame implements Game {

@Getter
public static class GameState {
private int round = -1;
private int round = 0;
private GameProgress gameProgress;
@JsonProperty("playerId")
@JsonIdentityReference(alwaysAsId = true)
Expand Down

0 comments on commit 0cae9ad

Please sign in to comment.