Skip to content

Commit

Permalink
Move cape png download off dropbox to website
Browse files Browse the repository at this point in the history
  • Loading branch information
tterrag1098 committed May 12, 2014
1 parent 07c9b0a commit 43727d3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/tppitweaks/util/TPPITickHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -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<String, CapeBufferDownload> downloads = new HashMap<String, CapeBufferDownload>();

private URL usernames;
Expand All @@ -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;
Expand Down

0 comments on commit 43727d3

Please sign in to comment.