[54] use exclude

pull/1058/head
meisnate12 2 years ago
parent 4a17f36067
commit c38ca020d0

@ -1 +1 @@
1.17.3-develop53
1.17.3-develop54

@ -631,7 +631,7 @@ class MetadataFile(DataFile):
else:
raise Failed(f"Config Error: {map_name} type attribute {dynamic[methods['type']]} invalid")
for add_key, combined_keys in addons.items():
if add_key not in all_keys:
if add_key not in all_keys and add_key not in og_exclude:
final_keys = [ck for ck in combined_keys if ck in all_keys]
if final_keys:
if include:

Loading…
Cancel
Save