Skip to content
Snippets Groups Projects
Commit 496e2fa5 authored by FarawayVision's avatar FarawayVision
Browse files

costume.xml uses tags->tag structure like behaviour.xml

parent 8dcb33ed
No related branches found
No related tags found
No related merge requests found
......@@ -460,7 +460,7 @@ Opponent.prototype.loadAlternateCostume = function () {
this.alt_costume = {
id: this.selected_costume,
labels: $xml.find('label'),
tags: $xml.find('tag'),
tags: $xml.find('tags'),
folders: $xml.find('folder'),
wardrobe: $xml.find('wardrobe')
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment