mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-02 10:48:29 +02:00
fixed track groups not being treated properly
This commit is contained in:
parent
9a9be22419
commit
55e9824140
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ class TrackGroup:
|
|||
|
||||
if "group" not in group_dict: return CustomTrack.from_dict(mod_config, group_dict)
|
||||
return cls(
|
||||
mod_config,
|
||||
tracks=[CustomTrack.from_dict(mod_config, track) for track in group_dict["group"]],
|
||||
**group_dict,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue