diff --git a/Launcher/runtime/dialog/dialog.js b/Launcher/runtime/dialog/dialog.js
index 8b35fad4..93aa62e2 100644
--- a/Launcher/runtime/dialog/dialog.js
+++ b/Launcher/runtime/dialog/dialog.js
@@ -293,8 +293,11 @@ function updateProfilesList(profiles) {
index++;
});
LogHelper.debug("Load selected %d profile",settings.profile);
- if(profiles.length > 0)
+ if(profiles.length > 0) {
+ if(settings.profile >= profiles.length)
+ settings.profile = profiles.length-1;
serverHolder.set(serverList.getChildren().get(settings.profile));
+ }
}
function pingServer(btn) {
diff --git a/Launcher/runtime/dialog/overlay/settings/settings.fxml b/Launcher/runtime/dialog/overlay/settings/settings.fxml
index 3602b5d7..70da9aab 100644
--- a/Launcher/runtime/dialog/overlay/settings/settings.fxml
+++ b/Launcher/runtime/dialog/overlay/settings/settings.fxml
@@ -21,7 +21,7 @@
-
+