Fixed small Merge issue

- Deleted a unfinished statement that caused hte build to fail
#story[782]
main
Fan-Wu Yang 9 years ago
parent 0fc1da4090
commit 04366c2e4c

@ -50,7 +50,6 @@ public class VisualiserInput implements Runnable
private RaceStartStatus raceStartStatus;
public VisualiserInput(StreamedCourse course) throws IOException{
public VisualiserInput(Socket socket, StreamedCourse course) throws IOException{
this.connectionSocket = socket;

Loading…
Cancel
Save