diff --git a/racevisionGame/src/main/java/visualiser/network/MatchBrowserInterface.java b/racevisionGame/src/main/java/visualiser/network/MatchBrowserInterface.java index d54c6564..02440612 100644 --- a/racevisionGame/src/main/java/visualiser/network/MatchBrowserInterface.java +++ b/racevisionGame/src/main/java/visualiser/network/MatchBrowserInterface.java @@ -26,8 +26,8 @@ public class MatchBrowserInterface { public MatchBrowserInterface() { 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("191.101.233.116"); //InetAddress.getLocalHost(); + //this.IPAddress = InetAddress.getByName("umbrasheep.com"); //InetAddress.getLocalHost(); + this.IPAddress = InetAddress.getByName("132.181.16.13"); //InetAddress.getLocalHost(); } catch (UnknownHostException e) { e.printStackTrace(); }