Nur aufgeraumt, keine Funktionalen Aenderungen

This commit is contained in:
Jens Schuhmann 2023-12-19 12:40:26 +01:00
parent 43de325d71
commit 541b497796

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 {