mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Added the race results to the RaceResultController. Also fixed some bugs
- Fixed a bug where the race results would be out of order. - Changed the colour of the start and finish gates - Added the race results to the RaceResultController and updated view Tags: #fix #implement #story[13, 10, 11]
This commit is contained in:
@@ -135,6 +135,7 @@ public class Race {
|
||||
}
|
||||
|
||||
public void setBoatFinished(Boat boat){
|
||||
System.out.println(boat.getTeamName() + " finished");
|
||||
this.finishingOrder.add(boat);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user