Try to fix crash part 1

This commit is contained in:
ThisIsALegitUsername 2022-12-27 22:23:06 +00:00
parent 0278346227
commit f3b61c27e4
13 changed files with 756152 additions and 31886 deletions

View File

@ -40,7 +40,7 @@ dependencies {
teavm {
compileScopes = null;
minifying = true;
minifying = false;
maxTopLevelNames = 10000;
properties = null;
debugInformationGenerated = false;

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -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;