This commit is contained in:
eaglercraft
2024-03-10 13:49:48 -07:00
parent af50d17c9a
commit aae277ed5d
20 changed files with 495 additions and 57 deletions

View File

@@ -57,7 +57,7 @@ public class DesktopClientConfigAdapter implements IClientConfigAdapter {
}
@Override
public JSONObject dumpConfig() {
public JSONObject getIntegratedServerOpts() {
return new JSONObject("{\"container\":null,\"worldsDB\":\"desktop\"}");
}