From abbbe78ac3464d6ae2a0f6ca470573ea9b14e2ed Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sat, 15 Aug 2015 20:15:52 +0100 Subject: Fixed a bug which causes servers to crash --- src/main/java/darkknight/jewelrycraft/JewelrycraftMod.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/main/java/darkknight/jewelrycraft/JewelrycraftMod.java') diff --git a/src/main/java/darkknight/jewelrycraft/JewelrycraftMod.java b/src/main/java/darkknight/jewelrycraft/JewelrycraftMod.java index 1d57412..908aaf6 100644 --- a/src/main/java/darkknight/jewelrycraft/JewelrycraftMod.java +++ b/src/main/java/darkknight/jewelrycraft/JewelrycraftMod.java @@ -21,6 +21,8 @@ import cpw.mods.fml.common.event.FMLPostInitializationEvent; import cpw.mods.fml.common.event.FMLPreInitializationEvent; import cpw.mods.fml.common.event.FMLServerStartingEvent; import cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper; +import cpw.mods.fml.relauncher.Side; +import cpw.mods.fml.relauncher.SideOnly; import darkknight.jewelrycraft.achievements.AchievementsList; import darkknight.jewelrycraft.block.BlockList; import darkknight.jewelrycraft.client.gui.GuiTab; @@ -69,10 +71,6 @@ public class JewelrycraftMod public static SimpleNetworkWrapper netWrapper; public static boolean fancyRender = false; - //GUIDE - public static GuiTab prevActive = new GuiTabIntroduction(0); - public static int prevPage = 1; - /** * Pre initialization of mod stuff. * -- cgit v1.2.3