[wmlunits] apply zookeeper's suggested eras.cfg fix
This commit is contained in:
parent
3648db32cf
commit
9f3ed8df4c
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ def list_contents():
|
|||
continue
|
||||
info["parsed"] = False
|
||||
info["dependencies"] = get_dependencies(addon)
|
||||
parse("{core}{multiplayer}{~add-ons}", "MULTIPLAYER,SKIP_CORE")
|
||||
parse("{core}{multiplayer}{multiplayer/eras.cfg}{~add-ons}", "MULTIPLAYER,SKIP_CORE")
|
||||
info["eras"] = list_eras(batchlist, addon)
|
||||
info["campaigns"] = list_campaigns(batchlist, addon)
|
||||
info["version"] = version
|
||||
|
|
Loading…
Add table
Reference in a new issue