Merge remote-tracking branch 'origin/main'
This commit is contained in:
		
						commit
						6e1c06f769
					
				| 
						 | 
					@ -33,11 +33,11 @@ public class Siedler {
 | 
				
			||||||
                    if(winner == null) {
 | 
					                    if(winner == null) {
 | 
				
			||||||
                        game.switchToNextPlayer();
 | 
					                        game.switchToNextPlayer();
 | 
				
			||||||
                        diceThrown = false;
 | 
					                        diceThrown = false;
 | 
				
			||||||
                        break;
 | 
					 | 
				
			||||||
                    } else {
 | 
					                    } else {
 | 
				
			||||||
                        parser.displayWinnertext(winner);
 | 
					                        parser.displayWinnertext(winner);
 | 
				
			||||||
                        running = false;
 | 
					                        running = false;
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
 | 
					                    break;
 | 
				
			||||||
                case BUILDSETTLEMENT:
 | 
					                case BUILDSETTLEMENT:
 | 
				
			||||||
                    parser.giveCoordinatesForStructures(Config.Structure.SETTLEMENT);
 | 
					                    parser.giveCoordinatesForStructures(Config.Structure.SETTLEMENT);
 | 
				
			||||||
                    game.buildSettlement(parser.getPoint());
 | 
					                    game.buildSettlement(parser.getPoint());
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue