Try to fix crash part 1
This commit is contained in:
parent
0278346227
commit
f3b61c27e4
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -40,7 +40,7 @@ dependencies {
|
|||
teavm {
|
||||
|
||||
compileScopes = null;
|
||||
minifying = true;
|
||||
minifying = false;
|
||||
maxTopLevelNames = 10000;
|
||||
properties = null;
|
||||
debugInformationGenerated = false;
|
||||
|
|
Binary file not shown.
787740
javascript/classes.js
787740
javascript/classes.js
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -205,7 +205,7 @@ public class GameSettings {
|
|||
this.keyBindSneak, this.keyBindSprint, this.keyBindDrop, this.keyBindInventory, this.keyBindChat,
|
||||
this.keyBindPlayerList, this.keyBindPickBlock, this.keyBindCommand, this.keyBindScreenshot,
|
||||
this.keyBindTogglePerspective, this.keyBindSmoothCamera, this.keyBindZoomCamera, this.keyBindFunction,
|
||||
this.keyBindClose }, this.keyBindsHotbar);
|
||||
this.keyBindClose, this.keyBindClickGui }, this.keyBindsHotbar);
|
||||
this.difficulty = EnumDifficulty.NORMAL;
|
||||
this.lastServer = "";
|
||||
this.fovSetting = 70.0F;
|
||||
|
|
Loading…
Reference in New Issue
Block a user