fix for ci builds

#story[1193]
main
hba56 8 years ago
parent e82c59a8a4
commit d302a08a14

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

Loading…
Cancel
Save