mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
Restored display of enabled and disabled mods in Launcher
This commit is contained in:
@ -27,6 +27,9 @@ ModDescription::ModDescription(const TModID & fullID, const JsonNode & localConf
|
||||
{
|
||||
if(getID() != "core")
|
||||
dependencies.emplace("core");
|
||||
|
||||
if (!getParentID().empty())
|
||||
dependencies.emplace(getParentID());
|
||||
}
|
||||
|
||||
ModDescription::~ModDescription() = default;
|
||||
|
Reference in New Issue
Block a user