diff --git a/source/AssemblyInfo.cs b/source/AssemblyInfo.cs index dce63dd..32409d1 100644 --- a/source/AssemblyInfo.cs +++ b/source/AssemblyInfo.cs @@ -31,4 +31,4 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.5.0.*")] +[assembly: AssemblyVersion("2.6.0.*")] diff --git a/source/Main.cs b/source/Main.cs index 2dc8d20..ea89174 100644 --- a/source/Main.cs +++ b/source/Main.cs @@ -99,7 +99,7 @@ public static void Start(string modDirectory, string json) { typeof(EnableLoggingDuringLoads), true }, { typeof(DMFix), true }, { typeof(ExtraLogging), true }, - { typeof(MDDB_TagsetQueryInChunks), false }, + { typeof(MDDB_TagsetQueryInChunks), true }, { typeof(OnEffectEndNullFix), true } };