mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 14:36:48 +00:00
[wmlunits] fix inclusion of mainline eras
This commit is contained in:
parent
daf08b6825
commit
421f8ff70a
@ -372,7 +372,7 @@ def process_campaign_or_era(addon, cid, define, batchlist):
|
||||
wesnoth.add_units("mainline")
|
||||
|
||||
if define == "MULTIPLAYER":
|
||||
wesnoth.parser.parse_text("{core}{multiplayer}{~add-ons}", "MULTIPLAYER,SKIP_CORE")
|
||||
wesnoth.parser.parse_text("{core}{multiplayer}{multiplayer/eras.cfg}{~add-ons}", "MULTIPLAYER,SKIP_CORE")
|
||||
wesnoth.add_units(cid)
|
||||
else:
|
||||
if addon == "mainline":
|
||||
|
Loading…
x
Reference in New Issue
Block a user