mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Allow disabling & deleting local mods other than vcmi mod
This commit is contained in:
parent
e188060480
commit
9658ffba99
@ -124,7 +124,7 @@ bool CModEntry::isCompatible() const
|
||||
|
||||
bool CModEntry::isEssential() const
|
||||
{
|
||||
return getValue("storedLocaly").toBool();
|
||||
return getName() == "vcmi";
|
||||
}
|
||||
|
||||
bool CModEntry::isInstalled() const
|
||||
|
Loading…
Reference in New Issue
Block a user