This commit is contained in:
Jiiks 2015-08-31 16:45:14 +03:00
parent 453ff9a866
commit 5f49d9b7f2
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ BetterDiscord.prototype.start = function() {
self.getUtils().download(_updater.CDN , "/Jiiks/BetterDiscordApp/"+_hash+"/emotedata_twitch.json", function(emotedata) {
self.getUtils().execJs('var emotesTwitch = JSON.parse(\''+emotedata+'\');');
self.getUtils().download(_updater.CDN , "/Jiiks/BetterDiscordApp/"+_hash+"/emotedata_ffz.json", function(emotedata) {
self.getUtils().execJs('var emoteFfz = JSON.parse(\''+emotedata+'\');');
self.getUtils().execJs('var emotesFfz = JSON.parse(\''+emotedata+'\');');
});
});