mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-02 22:41:56 +03:00
Small values fix.
This commit is contained in:
parent
ebdc354468
commit
48981588e5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ public class AutogenConfig {
|
|||
public String address;
|
||||
public int port;
|
||||
public int clientPort;
|
||||
private boolean isInitModules;
|
||||
private boolean isInitModules = false;
|
||||
public boolean isUsingWrapper;
|
||||
public boolean isDownloadJava; //Выставление этого флага требует модификации runtime части
|
||||
public String secretKeyClient;
|
||||
|
|
Loading…
Reference in a new issue