Merge remote-tracking branch 'origin/main'

This commit is contained in:
Leonardo Brandenberger 2021-12-03 08:48:40 +01:00
commit 6e1c06f769
1 changed files with 1 additions and 1 deletions

View File

@ -33,11 +33,11 @@ public class Siedler {
if(winner == null) {
game.switchToNextPlayer();
diceThrown = false;
break;
} else {
parser.displayWinnertext(winner);
running = false;
}
break;
case BUILDSETTLEMENT:
parser.giveCoordinatesForStructures(Config.Structure.SETTLEMENT);
game.buildSettlement(parser.getPoint());