Made sure only boats in participant list are replaced. Also removed mark coloring as it wasn't as accurate as was necessary.

#story[923]
This commit is contained in:
Alistair McIntyre
2017-05-22 16:05:24 +12:00
parent c30629542b
commit e51c966969
4 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ public class App extends Application {
//Change the StreamReceiver in this else block to change the default data source.
else{
// sr = new StreamReceiver("localhost", 4949, "RaceStream");
sr = new StreamReceiver("csse-s302staff.canterbury.ac.nz", 4941, "RaceStream");
sr = new StreamReceiver("livedata.americascup.com", 4941, "RaceStream");
}
sr.start();