mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-07-07 16:29:46 +03:00
Compare commits
3 commits
c3aca15738
...
f50b2a7df8
Author | SHA1 | Date | |
---|---|---|---|
|
f50b2a7df8 | ||
|
2379fe5798 | ||
|
0e1691ee4c |
2 changed files with 6 additions and 4 deletions
|
@ -1,4 +1,6 @@
|
||||||
# Modification of the launcher sashok724's v3 from Gravit [](https://travis-ci.com/GravitLauncher/Launcher)
|
# Modification of the launcher sashok724's v3 from Gravit
|
||||||
|
[](https://travis-ci.com/GravitLauncher/Launcher)
|
||||||
|
[](https://discord.gg/b9QG4ygY75)
|
||||||
|
|
||||||
* [Discord channel](https://discord.gg/b9QG4ygY75)
|
* [Discord channel](https://discord.gg/b9QG4ygY75)
|
||||||
|
|
||||||
|
|
|
@ -282,12 +282,12 @@ public void setConfig(Config config) {
|
||||||
@Override
|
@Override
|
||||||
public Config getDefaultConfig() {
|
public Config getDefaultConfig() {
|
||||||
Config newConfig = new Config();
|
Config newConfig = new Config();
|
||||||
newConfig.serverName = "your server name";
|
newConfig.serverName = "";
|
||||||
newConfig.mainclass = "";
|
newConfig.mainclass = "";
|
||||||
newConfig.extendedTokens = new HashMap<>();
|
newConfig.extendedTokens = new HashMap<>();
|
||||||
newConfig.args = new ArrayList<>();
|
newConfig.args = new ArrayList<>();
|
||||||
newConfig.classpath = new ArrayList<>();
|
newConfig.classpath = new ArrayList<>();
|
||||||
newConfig.address = "ws://localhost:9274/api";
|
newConfig.address = "";
|
||||||
newConfig.classLoaderConfig = ClientProfile.ClassLoaderConfig.SYSTEM_ARGS;
|
newConfig.classLoaderConfig = ClientProfile.ClassLoaderConfig.SYSTEM_ARGS;
|
||||||
newConfig.env = LauncherConfig.LauncherEnvironment.STD;
|
newConfig.env = LauncherConfig.LauncherEnvironment.STD;
|
||||||
newConfig.properties = new HashMap<>();
|
newConfig.properties = new HashMap<>();
|
||||||
|
|
Loading…
Reference in a new issue