summaryrefslogtreecommitdiff
path: root/src/main/java/gmail/Lance5057/proxy/ClientProxy.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gmail/Lance5057/proxy/ClientProxy.java')
-rw-r--r--src/main/java/gmail/Lance5057/proxy/ClientProxy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gmail/Lance5057/proxy/ClientProxy.java b/src/main/java/gmail/Lance5057/proxy/ClientProxy.java
index a1738cb..c57fe02 100644
--- a/src/main/java/gmail/Lance5057/proxy/ClientProxy.java
+++ b/src/main/java/gmail/Lance5057/proxy/ClientProxy.java
@@ -18,7 +18,7 @@ import cpw.mods.fml.client.registry.ClientRegistry;
public class ClientProxy extends CommonProxy {
public static final ModelTinkerArmor tutChest = new ModelTinkerArmor(1.0f);
- public static final ModelSheath sheath = new ModelSheath();
+ //public static final ModelSheath sheath = new ModelSheath();
public static final ModelChainArmor chain = new ModelChainArmor(0.1f);
public static final ModelClothArmor cloth = new ModelClothArmor();