Remove admin in group chat

This commit is contained in:
2025-07-04 20:00:45 +03:30
parent da4d1a39da
commit a40500854f
3 changed files with 70 additions and 21 deletions
@@ -35,7 +35,7 @@ public class RegisterForm {
public void initialize() {
try {
connection = new ClientConnection("localhost", 12345);
connection = new ClientConnection("localhost", 8000);
} catch (Exception e) {
System.out.println("Could not connect to server: " + e.getMessage());
}