|
|
|
@ -26,8 +26,8 @@ public class MatchBrowserInterface {
|
|
|
|
|
|
|
|
|
|
|
|
public MatchBrowserInterface() {
|
|
|
|
public MatchBrowserInterface() {
|
|
|
|
try {//132.181.16.13 is the ip of the CI as of 13/9/17
|
|
|
|
try {//132.181.16.13 is the ip of the CI as of 13/9/17
|
|
|
|
this.IPAddress = InetAddress.getByName("umbrasheep.com"); //InetAddress.getLocalHost();
|
|
|
|
//this.IPAddress = InetAddress.getByName("umbrasheep.com"); //InetAddress.getLocalHost();
|
|
|
|
this.IPAddress = InetAddress.getByName("191.101.233.116"); //InetAddress.getLocalHost();
|
|
|
|
this.IPAddress = InetAddress.getByName("132.181.16.13"); //InetAddress.getLocalHost();
|
|
|
|
} catch (UnknownHostException e) {
|
|
|
|
} catch (UnknownHostException e) {
|
|
|
|
e.printStackTrace();
|
|
|
|
e.printStackTrace();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|