@ -27,6 +27,7 @@ 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();
} catch (UnknownHostException e) {
e.printStackTrace();
}
@ -45,7 +45,6 @@ public class MatchBrowserLobbyInterface extends Observable {
byte[] data = new byte[64];
DatagramPacket receivedPacket = new DatagramPacket(data, 64);
System.out.println("waiting");
System.out.println(socket.getInetAddress());
socket.receive(receivedPacket);
System.out.println(receivedPacket);