Fixed: RMI?

This commit is contained in:
rubenpirreram
2026-05-17 18:12:32 +02:00
parent 0c1fc8ab98
commit 4c3d9ac7b8
3 changed files with 5 additions and 0 deletions
@@ -63,6 +63,7 @@ public class ClientLauncherTUI {
int networkType = scanner.nextInt();
System.out.println("Insert server IP: ");
String IP = scanner.next();
System.setProperty("java.rmi.server.hostname", IP);
// RMI
if (networkType == 0) {
// Connect