Skip to content

Commit

Permalink
fixed: smallest change
Browse files Browse the repository at this point in the history
  • Loading branch information
Oganesson897 committed Feb 26, 2025
1 parent 6d5128c commit 2b4edab
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions patches/minecraft/net/minecraft/client/gui/GuiOptions.java.patch
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(

0 comments on commit 2b4edab

Please sign in to comment.