mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] ServerWrapper config auth_id final
This commit is contained in:
parent
44f3a17973
commit
775712d898
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ public static final class Config {
|
|||
public String login;
|
||||
public String[] args;
|
||||
public String password;
|
||||
public final String auth_id = "";
|
||||
public String auth_id = "";
|
||||
public LauncherConfig.LauncherEnvironment env;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue