Skip to content

Commit

Permalink
Deleted useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
KristopherP committed Jul 5, 2018
1 parent da86f45 commit e39f2f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/project/ing/soft/model/Player.java
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ public void moveDice(List<Coordinate> start, List<Coordinate> end, boolean check
copyTest.placedDice[end.get(i).getRow()][end.get(i).getCol()] = queue.get(i);
copyTest.hasEverPlacedADie = true;
}
copyTest.hasEverPlacedADie = true;
this.saveMemento(copyTest);
}

Expand Down

0 comments on commit e39f2f7

Please sign in to comment.