do the same for GuiIngameMenu.java

This commit is contained in:
Oliver Anderson 2024-04-03 16:20:05 +00:00 committed by GitHub
parent 1e811ffe6e
commit b0c5c33aaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
~ import net.minecraft.util.ChatComponentText;
~ import net.minecraft.util.EnumChatFormatting;
~ import net.minecraft.util.ResourceLocation;
~ import net.eaglerforge.gui.ModGUI;
~ import net.eaglerforge.gui.ModManager;
> DELETE 2 @ 2 : 4
@ -79,8 +79,8 @@
> INSERT 9 : 13 @ 9
+ case 69420:
+ // this.mc.displayGuiScreen(new GuiMods(this));
+ ModGUI.displayGui();
+ this.mc.displayGuiScreen(new ModManager(this));
+ // ModGUI.displayGui();
+ break;
> CHANGE 7 : 21 @ 7 : 8