Started Fixing...

This commit is contained in:
tosta3000
2015-11-05 12:26:02 +01:00
parent afe627704a
commit a99f570b5b
2 changed files with 59 additions and 105 deletions
@@ -110,7 +110,7 @@ public class CraftingKeys {
@SubscribeEvent
public void onGuiOpened(GuiOpenEvent event) {
if (event.gui instanceof GuiMainMenu) {
//event.gui = new GuiConfig(); // Delete this!
event.gui = new GuiConfig(); // Delete this!
}
}