Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activate all addons #1081

Merged
merged 1 commit into from
Feb 28, 2019
Merged

Activate all addons #1081

merged 1 commit into from
Feb 28, 2019

Conversation

PabstMirror
Copy link
Contributor

On current master an old mission fails to load on a dedicated server with error:

 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.
ace_javelin

On a different mission, it seems like ace_javelin is not in activated addons
image

This partially reverts changes in #1051

@PabstMirror PabstMirror added this to the 3.10 milestone Feb 26, 2019
@@ -3,21 +3,4 @@
//See usage in XEH_preInit
private _cfgPatches = configFile >> "CfgPatches";
private _allComponents = "true" configClasses _cfgPatches apply {configName _x};

//Filter out addons that don't have any units defined as we don't need to activate these
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the actual problem. We could still keep filtering out CfgAddons.

@commy2 commy2 merged commit bd585de into master Feb 28, 2019
@commy2 commy2 deleted the activateAllAddons branch February 28, 2019 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants