Skip to content

Commit

Permalink
Merge pull request #5569 from mattsc/fix_addon_test_scenarios
Browse files Browse the repository at this point in the history
Add [test] to list of tags with add-on id
  • Loading branch information
Vultraz committed Feb 23, 2021
2 parents 1428599 + 91115ba commit cd2dd8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/game_config_manager.cpp
Expand Up @@ -499,7 +499,8 @@ void game_config_manager::load_addons_cfg()
"resource",
"multiplayer",
"scenario",
"campaign"
"campaign",
"test"
};

// Annotate appropriate addon types with addon_id info.
Expand Down

0 comments on commit cd2dd8d

Please sign in to comment.