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; 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();
} }

Loading…
Cancel
Save