Changed the ip of the matchbrowser to that of the CI.

main
hba56 8 years ago
parent e4a8bd08e7
commit 81a04c987b

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

Loading…
Cancel
Save