Skip to content

Commit d6e0df8

Browse files
committed
Circumvent ISPs blocking githubusercontent
1 parent c8c49a2 commit d6e0df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bloxstrap/Extensions/EmojiTypeEx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static string GetUrl(this EmojiType emojiType)
3434
if (emojiType == EmojiType.Default)
3535
return "";
3636

37-
return $"https://github.com/NikSavchenk0/rbxcustom-fontemojis/raw/8a552f4aaaecfa58d6bd9b0540e1ac16e81faadb/{Filenames[emojiType]}";
37+
return $"https://github.com/pizzaboxer/rbxcustom-fontemojis/releases/download/my-phone-is-78-percent/{Filenames[emojiType]}";
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)