mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Merge branch 'develop' into Story47CourseLimits
Conflicts: src/main/java/seng302/App.java
This commit is contained in:
@@ -61,7 +61,7 @@ public class App extends Application {
|
||||
}
|
||||
}
|
||||
//Change the StreamReceiver in this else block to change the default data source.
|
||||
else {
|
||||
else{
|
||||
sr = new StreamReceiver("localhost", 4949, "RaceStream");
|
||||
}
|
||||
|
||||
@@ -71,7 +71,6 @@ public class App extends Application {
|
||||
|
||||
launch(args);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user