diff --git a/src/js/ResourcePack.js b/src/js/ResourcePack.js index b9303c2..3036268 100644 --- a/src/js/ResourcePack.js +++ b/src/js/ResourcePack.js @@ -358,12 +358,12 @@ Respack.prototype.parseXML = function() { if(this.songs.length > 0) this.parseSongFile(dom); break; - case "info": + case "images": if(this.images.length > 0) - this.parseInfoFile(dom); + this.parseImageFile(dom); break; - case "images": - this.parseImageFile(dom); + case "info": + this.parseInfoFile(dom); break; default: console.log("XML found with no songs, images or info");