Browse Source

Add VultModules and VultModulesFree as plugin slug fallbacks of each other.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
9eef95cf03
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/plugin.cpp

+ 2
- 0
src/plugin.cpp View File

@@ -280,6 +280,8 @@ void destroy() {

// To request fallback slugs to be added to this list, open a GitHub issue.
static const std::map<std::string, std::string> pluginSlugFallbacks = {
{"VultModulesFree", "VultModules"},
{"VultModules", "VultModulesFree"},
// {"", ""},
};



Loading…
Cancel
Save