-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d5128c
commit 2b4edab
Showing
1 changed file
with
7 additions
and
16 deletions.
There are no files selected for viewing
23 changes: 7 additions & 16 deletions
23
patches/minecraft/net/minecraft/client/gui/GuiOptions.java.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,11 @@ | ||
--- before/net/minecraft/client/gui/GuiOptions.java | ||
+++ after/net/minecraft/client/gui/GuiOptions.java | ||
@@ -87,16 +87,7 @@ | ||
@@ -85,7 +85,7 @@ | ||
this.field_175357_i.field_146124_l = false; | ||
} | ||
} | ||
else | ||
- else | ||
+ else if (false) // removed realms button | ||
{ | ||
- this.field_146292_n | ||
- .add( | ||
- new GuiOptionButton( | ||
- GameSettings.Options.REALMS_NOTIFICATIONS.func_74381_c(), | ||
- this.field_146294_l / 2 - 155 + i % 2 * 160, | ||
- this.field_146295_m / 6 - 12 + 24 * (i >> 1), | ||
- GameSettings.Options.REALMS_NOTIFICATIONS, | ||
- this.field_146443_h.func_74297_c(GameSettings.Options.REALMS_NOTIFICATIONS) | ||
- ) | ||
- ); | ||
+ // remove realms notification | ||
} | ||
|
||
this.field_146292_n | ||
this.field_146292_n | ||
.add( |