mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Allow disabling & deleting local mods other than vcmi mod
This commit is contained in:
@@ -124,7 +124,7 @@ bool CModEntry::isCompatible() const
|
||||
|
||||
bool CModEntry::isEssential() const
|
||||
{
|
||||
return getValue("storedLocaly").toBool();
|
||||
return getName() == "vcmi";
|
||||
}
|
||||
|
||||
bool CModEntry::isInstalled() const
|
||||
|
Reference in New Issue
Block a user