Update #27 - Fixed crash with fireballs, made offline start faster

This commit is contained in:
lax1dude
2024-03-10 13:28:39 -07:00
parent 0f86f71cfd
commit 6366638193
22 changed files with 511 additions and 61 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\"}");
}