Update #2 - Fixed crash when sleeping in a bed

This commit is contained in:
LAX1DUDE
2022-12-26 00:51:38 -08:00
parent a7b1e72181
commit 07f57b7c5a
3 changed files with 7 additions and 5 deletions

View File

@ -59,9 +59,11 @@
+ GlStateManager.color(1.0f, 1.0f, 1.0f, 1.0f);
> INSERT 226 : 228 @ 213
> INSERT 226 : 230 @ 213
+ exitButton.yPosition = 3 + mc.guiAchievement.getHeight();
+ if (exitButton != null) {
+ exitButton.yPosition = 3 + mc.guiAchievement.getHeight();
+ }
+
> EOF