Merged with develop. Fixed many bugs in Visualiser.

#bugs
This commit is contained in:
Calum
2017-07-26 02:49:31 +12:00
parent acd54dec7a
commit 08e369f1ae
41 changed files with 1693 additions and 1636 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ import java.net.Socket;
public class Player {
private Socket socket;
private Boat boat;
private Yacht yacht;
private Integer lastMarkPassed;
@@ -30,8 +30,8 @@ public class Player {
this.lastMarkPassed = lastMarkPassed;
}
public Boat getYacht() {
return boat;
public Yacht getYacht() {
return yacht;
}
@Override