Skip to content

Commit

Permalink
Fix extra wrong method?
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofpu committed Aug 14, 2024
1 parent 43bda31 commit 4cc16ad
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,4 @@ public boolean stopGame() {
public void abortGame() {
getIsland().abortGame(getGamePlayer().getBridgePlayer());
}

public void abortGame() {
getIsland().abortGame(getGamePlayer().getBridgePlayer());
}
}

0 comments on commit 4cc16ad

Please sign in to comment.