diff --git a/source/funkin/backend/week/Week.hx b/source/funkin/backend/week/Week.hx index d9f369220..5929d69c1 100644 --- a/source/funkin/backend/week/Week.hx +++ b/source/funkin/backend/week/Week.hx @@ -41,7 +41,8 @@ class Week { weekObj.songs.push({ name: name, hide: song.getAtt('hide').getDefault('false') == "true", - displayName: song.getAtt('displayName') + displayName: song.getAtt('displayName'), + variation: song.getAtt('variation') }); } catch(e) { Logs.trace('Song at index ${k} in week $weekName cannot contain any other XML nodes in its name.', WARNING);