You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Move this check to another place where Nitrox installation can be verified. (i.e: another page on the launcher in order to check permissions, network setup, ...)
// TODO: Move this check to another place where Nitrox installation can be verified. (i.e: another page on the launcher in order to check permissions, network setup, ...)
LauncherNotifier.Error("Restart Nitrox Launcher as admin to allow Nitrox to change permissions as needed. This is only needed once. Nitrox will close after this message.");
102
-
returnnull;
103
-
}
93
+
LauncherNotifier.Error("Restart Nitrox Launcher as admin to allow Nitrox to change permissions as needed. This is only needed once. Nitrox will close after this message.");
94
+
return;
104
95
}
96
+
}
105
97
106
-
// Save game path as preferred for future sessions.
107
-
NitroxUser.PreferredGamePath=path;
108
-
109
-
returnpath;
110
-
});
111
-
112
-
awaitLaunchGameViewModel.LastFindSubnauticaTask;
98
+
// Save game path as preferred for future sessions.
0 commit comments