From 43727d3e48617f34ff8af5d05706f6327e31725b Mon Sep 17 00:00:00 2001 From: tterrag1098 Date: Mon, 12 May 2014 18:51:22 -0400 Subject: [PATCH] Move cape png download off dropbox to website --- src/main/java/tppitweaks/util/TPPITickHandler.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/java/tppitweaks/util/TPPITickHandler.java b/src/main/java/tppitweaks/util/TPPITickHandler.java index 6eefe94..6b64d99 100644 --- a/src/main/java/tppitweaks/util/TPPITickHandler.java +++ b/src/main/java/tppitweaks/util/TPPITickHandler.java @@ -28,7 +28,7 @@ public class TPPITickHandler implements ITickHandler { public static Minecraft mc = FMLClientHandler.instance().getClient(); - public final String CAPE_URL = "https://dl.dropboxusercontent.com/s/f89qsarfhni5l3x/TPPIcape.png"; + private static final String CAPE_URL = "http://tterrag.com/assets/TPPIcape.png"; private Map downloads = new HashMap(); private URL usernames; @@ -40,8 +40,6 @@ public class TPPITickHandler implements ITickHandler public static String[] AbstractClientPlayer_locationCape = new String[] { "locationCape", "field_110313_e", "e" }; public static String[] AbstractClientPlayer_getDownloadImage = new String[] { "getDownloadImage", "func_110301_a", "a" }; - // private int ticksElapsed = 0; - public TPPITickHandler() { Scanner scan = null;