Skip to content

Commit

Permalink
TagsetQueryInChunks by default + version bump to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
m22spencer committed Jan 27, 2019
1 parent 1bdefba commit d5b8585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.*")]
2 changes: 1 addition & 1 deletion source/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
};

Expand Down

0 comments on commit d5b8585

Please sign in to comment.