Working on the config gui info

This commit is contained in:
0xSeb
2015-11-15 19:22:57 +01:00
parent a9f167a28f
commit a4de0b0271
2 changed files with 36 additions and 28 deletions
@@ -99,7 +99,6 @@ public class CraftingKeys {
(int) Util.client.thePlayer.posZ);
}
}
/**
@@ -123,7 +122,7 @@ public class CraftingKeys {
@SubscribeEvent
public void onGuiOpened(GuiOpenEvent event) {
if (event.gui instanceof GuiMainMenu) {
//event.gui = new GuiConfig(); // (Only for testing)
event.gui = new GuiConfig(); // (Only for testing)
}
}