Skip to content

Commit

Permalink
CooperativeModesImporter: Update Co-Optimus database
Browse files Browse the repository at this point in the history
  • Loading branch information
darklinkpower committed Mar 25, 2022
1 parent 95d3c5b commit 00309e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class CooperativeModesImporter : GenericPlugin
private static readonly ILogger logger = LogManager.GetLogger();
private readonly string databaseZipPath;
private readonly string databasePath;
private readonly int currentDatabaseVersion = 3;
private readonly int currentDatabaseVersion = 4;
private readonly Dictionary<string, string> specIdToSystemDictionary;
private Dictionary<string, GameFeature> featuresDictionary;

Expand Down
Binary file modified source/Generic/CooperativeModesImporter/database.zip
Binary file not shown.

0 comments on commit 00309e1

Please sign in to comment.