Pārlūkot izejas kodu

Allow disabling & deleting local mods other than vcmi mod

Ivan Savenko 2 gadi atpakaļ
vecāks
revīzija
9658ffba99
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      launcher/modManager/cmodlist.cpp

+ 1 - 1
launcher/modManager/cmodlist.cpp

@@ -124,7 +124,7 @@ bool CModEntry::isCompatible() const
 
 bool CModEntry::isEssential() const
 {
-	return getValue("storedLocaly").toBool();
+	return getName() == "vcmi";
 }
 
 bool CModEntry::isInstalled() const