mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
[FIX] Фикс setup ServerWrapper'а
This commit is contained in:
parent
c4cd9812e0
commit
57e334efc8
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ public void run() throws IOException {
|
||||||
wrapper.config.password = password;
|
wrapper.config.password = password;
|
||||||
wrapper.config.title = title;
|
wrapper.config.title = title;
|
||||||
wrapper.config.stopOnError = false;
|
wrapper.config.stopOnError = false;
|
||||||
|
wrapper.updateLauncherConfig();
|
||||||
|
|
||||||
if (wrapper.auth()) {
|
if (wrapper.auth()) {
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue