Browse Source

Nur aufgeraumt, keine Funktionalen Aenderungen

Jens
Jens Schuhmann 1 year ago
parent
commit
541b497796
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/ChatProgramm/model/Client.java

+ 1
- 1
src/ChatProgramm/model/Client.java View File

@@ -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 {

Loading…
Cancel
Save