Skip to content

Commit

Permalink
boardedboard
Browse files Browse the repository at this point in the history
  • Loading branch information
DereC4 committed Nov 18, 2019
1 parent 574bf8f commit 8e76dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 7wonders/src/Board.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class Board
private int Age2CardQuantity;
private int Age3CardQuantity;
public Board() throws IOException
{
{
for (int i = 0; i < 3; i++) playerList.add(new Player(i));
deal(1);
deck = new Deck();
Expand Down

0 comments on commit 8e76dbe

Please sign in to comment.