Small server print fix

This commit is contained in:
2026-06-19 20:09:24 +02:00
parent 8e826e2765
commit 49d98fa514
2 changed files with 1 additions and 2 deletions
@@ -117,7 +117,6 @@ public class ServerLauncher {
rmiServer.start();
new Thread(() -> tcpServer.start()).start();
System.out.println("Server RMI: " + System.getProperty("java.rmi.server.hostname"));
}
// ── Game loop ─────────────────────────────────────────────────────────────