|
|
|
@ -133,7 +133,7 @@ public class Race implements Runnable {
|
|
|
|
this.raceId = raceData.getRaceId();
|
|
|
|
this.raceId = raceData.getRaceId();
|
|
|
|
|
|
|
|
|
|
|
|
//The start time is current time + 4 minutes, scaled. prestart is 3 minutes, and we add another.
|
|
|
|
//The start time is current time + 4 minutes, scaled. prestart is 3 minutes, and we add another.
|
|
|
|
this.startTime = System.currentTimeMillis() + ((Constants.RacePreStartTime + (1 * 1000)) / this.scaleFactor);
|
|
|
|
this.startTime = System.currentTimeMillis() + ((Constants.RacePreStartTime + (1 * 60 * 1000)) / this.scaleFactor);
|
|
|
|
|
|
|
|
|
|
|
|
this.setRaceStatusEnum(RaceStatusEnum.NOT_ACTIVE);
|
|
|
|
this.setRaceStatusEnum(RaceStatusEnum.NOT_ACTIVE);
|
|
|
|
this.raceType = RaceTypeEnum.FLEET_RACE;
|
|
|
|
this.raceType = RaceTypeEnum.FLEET_RACE;
|
|
|
|
|