|
|
|
@ -21,7 +21,7 @@ public class App extends Application {
|
|
|
|
public void start(Stage primaryStage) {
|
|
|
|
public void start(Stage primaryStage) {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
//TODO should read a configuration file to configure server?
|
|
|
|
//TODO should read a configuration file to configure server?
|
|
|
|
Event raceEvent = new Event(false);
|
|
|
|
Event raceEvent = new Event(false, 0);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
} catch (Exception e) {
|
|
|
|
|