Fixed:TCP , but model null (non si resetta serverCrashed)

This commit is contained in:
rubenpirreram
2026-05-26 16:33:56 +02:00
parent a8b8461ff9
commit b900deadd8
2 changed files with 6 additions and 2 deletions
@@ -205,7 +205,7 @@ public class TCPServer {
clientHandlers.add(handler);
connectedPlayers++;
return;
continue;
}
@@ -241,7 +241,7 @@ public class TCPServer {
clientHandlers.add(handler);
connectedPlayers++;
return;
continue;
}
}
@@ -195,6 +195,10 @@ public class ServerLauncher {
serverTCP.notifyAll(event);
}
}
else {
serverRMI.notifyAll(event);
serverTCP.notifyAll(event);
}
return !event.getIsError();
}
}