Skip to content

Commit

Permalink
... they support dashes!
Browse files Browse the repository at this point in the history
  • Loading branch information
zlainsama committed Aug 16, 2015
1 parent d4a2515 commit bc4bdf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "1.7.10-v3c"
version = "1.7.10-v3d"
group= "lain.mods.skinport"
archivesBaseName = "SkinPort"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public ISkin getSkin(AbstractClientPlayer player)
@Override
public void run()
{
String url = String.format("https://crafatar.com/skins/%s", data.profile.getId().toString().replaceAll("-", ""));
String url = String.format("https://crafatar.com/skins/%s", data.profile.getId());
boolean flag = false;
for (int n = 0; n < 5; n++)
{
Expand Down

0 comments on commit bc4bdf0

Please sign in to comment.