Skip to content

Commit

Permalink
Fixed URL version
Browse files Browse the repository at this point in the history
  • Loading branch information
RadBuilder committed Nov 16, 2018
1 parent ed5ba9f commit 3999386
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public enum EmojiPackVariant {
this.id = id;
this.hash[0] = byteHash(id, 0);
this.hash[1] = byteHash(id, 1);
this.url = "https://github.com/RadBuilder/EmojiChat/releases/download/v1.7/EmojiChat." + id + ".{HD or SD}.ResourcePack.v1.8.zip";
this.url = "https://github.com/RadBuilder/EmojiChat/releases/download/v1.8/EmojiChat." + id + ".{HD or SD}.ResourcePack.v1.8.zip";
}

/**
Expand Down

0 comments on commit 3999386

Please sign in to comment.