22w42b fixed mistake with eaglercraftOpts in crash reports
This commit is contained in:
parent
bbae6c48c5
commit
a741686cd5
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -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";
|
||||
|
|
|
@ -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"));
|
||||
|
||||
|
|
5168
stable-download/Offline_Download_Version.html
vendored
5168
stable-download/Offline_Download_Version.html
vendored
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
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
Loading…
Reference in New Issue
Block a user