mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-28 10:58:15 -05:00
Update #2 - Fixed crash when sleeping in a bed
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user