Changed ModConfig.xml spec: RunFile => IsAutorun.
This commit is contained in:
+1
-1
@@ -149,7 +149,7 @@ public sealed class ModConfigFileParserService :
|
|||||||
RequiredPackages = src.Required,
|
RequiredPackages = src.Required,
|
||||||
IncompatiblePackages = src.Incompatible,
|
IncompatiblePackages = src.Incompatible,
|
||||||
// Type Specific
|
// Type Specific
|
||||||
IsAutorun = src.Element.GetAttributeBool("RunFile", false)
|
IsAutorun = src.Element.GetAttributeBool("IsAutorun", false)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user