Fixed: RMI?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user