fixed race clock countdown/count up #story[1109]

This commit is contained in:
Peter Galloway
2017-08-14 16:32:50 +12:00
parent d2fd9ebaea
commit ff92262a78
4 changed files with 18 additions and 22 deletions
@@ -158,7 +158,7 @@ public class GameClient {
case RACE_STATUS:
processRaceStatusUpdate(StreamParser.extractRaceStatus(packet));
if (raceState.getTimeTillStart() <= 5){
if (raceState.getTimeTillStart() <= 5000) {
startRaceIfAllDataReceived();
}