Compare commits

..

1 commit

Author SHA1 Message Date
Antoni
c3aca15738
Merge 0e1691ee4c into 911ca1e69f 2025-05-05 14:09:43 +03:00

View file

@ -282,12 +282,12 @@ public void setConfig(Config config) {
@Override
public Config getDefaultConfig() {
Config newConfig = new Config();
newConfig.serverName = "";
newConfig.serverName = "your server name";
newConfig.mainclass = "";
newConfig.extendedTokens = new HashMap<>();
newConfig.args = new ArrayList<>();
newConfig.classpath = new ArrayList<>();
newConfig.address = "";
newConfig.address = "ws://localhost:9274/api";
newConfig.classLoaderConfig = ClientProfile.ClassLoaderConfig.SYSTEM_ARGS;
newConfig.env = LauncherConfig.LauncherEnvironment.STD;
newConfig.properties = new HashMap<>();