22w42b fixed mistake with eaglercraftOpts in crash reports

This commit is contained in:
LAX1DUDE 2022-10-17 16:29:54 -07:00
parent bbae6c48c5
commit a741686cd5
10 changed files with 7756 additions and 7756 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@ public class ConfigConstants {
public static boolean profanity = false;
public static final String version = "22w42a";
public static final String version = "22w42b";
public static final String mainMenuString = "eaglercraft " + version;
public static final String forkMe = "https://github.com/lax1dude/eaglercraft";

View File

@ -66,8 +66,8 @@ public class Client {
String assetsURI = conf.getString("assetsURI");
if(assetsURI.length() > 256) {
conf.put("assetsURI", assetsURI.substring(0, 256) + " ... ");
crashScreenOptsDump = "window.eaglercraftOpts = " + conf.toString();
}
crashScreenOptsDump = "window.eaglercraftOpts = " + conf.toString();
String serverWorkerURI = conf.optString("serverWorkerURI", null);
EaglerAdapterImpl2.setWorldDatabaseName(conf.optString("worldsFolder", "MAIN"));

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long