Fixed sail toggling issues and test.

This commit is contained in:
Kusal Ekanayake
2017-08-16 14:30:37 +12:00
parent 100689a20b
commit 958c1e216f
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ public class ClientYacht extends Observable {
private String country;
private Long estimateTimeAtFinish;
private Boolean sailIn = false;
private Boolean sailIn = true;
private Integer currentMarkSeqID = 0;
private Long markRoundTime;
private Long timeTillNext;