|
@@ -684,7 +684,7 @@ void CModInfo::loadLocalData(const JsonNode & data)
|
|
|
{
|
|
{
|
|
|
bool validated = false;
|
|
bool validated = false;
|
|
|
implicitlyEnabled = true;
|
|
implicitlyEnabled = true;
|
|
|
- explicitlyEnabled = true;
|
|
|
|
|
|
|
+ explicitlyEnabled = !config["keepDisabled"].Bool();
|
|
|
checksum = 0;
|
|
checksum = 0;
|
|
|
if (data.getType() == JsonNode::JsonType::DATA_BOOL)
|
|
if (data.getType() == JsonNode::JsonType::DATA_BOOL)
|
|
|
{
|
|
{
|