WIP: Minor fixes

This commit is contained in:
William Muir
2017-08-14 17:57:41 +12:00
parent a4547e12cb
commit e1dddd317d
3 changed files with 29 additions and 4 deletions
@@ -27,7 +27,7 @@ public class MarkRoundingMessage extends Message{
*/
public MarkRoundingMessage(int ackNumber, int raceId, int sourceId, RoundingBoatStatus roundingBoatStatus,
RoundingSide roundingSide, MarkType markType, int markId) {
this.time = System.currentTimeMillis() / 1000L;
this.time = System.currentTimeMillis();
this.ackNumber = ackNumber;
this.raceId = raceId;
this.sourceId = sourceId;