|
|
|
@ -25,9 +25,8 @@ public class MatchBrowserInterface {
|
|
|
|
private int port;
|
|
|
|
private int port;
|
|
|
|
|
|
|
|
|
|
|
|
public MatchBrowserInterface() {
|
|
|
|
public MatchBrowserInterface() {
|
|
|
|
//TODO change to ip of cloud server hosting this
|
|
|
|
try {//132.181.16.13 is the ip of the CI as of 13/9/17
|
|
|
|
try {
|
|
|
|
this.IPAddress = InetAddress.getByName("132.181.16.13"); //InetAddress.getLocalHost();
|
|
|
|
this.IPAddress = InetAddress.getLocalHost();//InetAddress.getByName("132.181.13.223");
|
|
|
|
|
|
|
|
} catch (UnknownHostException e) {
|
|
|
|
} catch (UnknownHostException e) {
|
|
|
|
e.printStackTrace();
|
|
|
|
e.printStackTrace();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|