@@ -20,7 +20,7 @@ public class Client extends Transmitter { | |||
private static Logger lg = OhmLogger.getLogger(); | |||
private static final int PORT = 35000; //lt. iana port > 2¹⁵ | |||
private static final String IP = "141.75.213.191"; | |||
private static final String IP = "127.0.0.1"; | |||
public Client(ChatView view, GrafikModel model, GrafikView gView) throws IOException { |