diff options
Diffstat (limited to 'src/main/java/com/detrav/proxies/CommonProxy.java')
-rw-r--r-- | src/main/java/com/detrav/proxies/CommonProxy.java | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/main/java/com/detrav/proxies/CommonProxy.java b/src/main/java/com/detrav/proxies/CommonProxy.java index d1595b07fb..951c6e9735 100644 --- a/src/main/java/com/detrav/proxies/CommonProxy.java +++ b/src/main/java/com/detrav/proxies/CommonProxy.java @@ -1,10 +1,11 @@ package com.detrav.proxies; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.world.World; + import com.detrav.events.DetravLoginEventHandler; import com.detrav.gui.DetravScannerGUI; import cpw.mods.fml.common.network.IGuiHandler; -import net.minecraft.entity.player.EntityPlayer; -import net.minecraft.world.World; /** * Created by wital_000 on 19.03.2016. @@ -39,12 +40,10 @@ public class CommonProxy implements IGuiHandler { } } - public void openProspectorGUI() { - //just Client code + // just Client code } - public void onPreInit() { } |