Skip to content

Commit

Permalink
update experimental version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskarth authored Jun 15, 2019
1 parent f246a5d commit dd4facb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SatisfactoryModLoader/SatisfactoryModLoader.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace SML {
static const std::string modLoaderVersion = "1.0.0-pr4"; // SML's version
static const std::string targetVersion[] = { "99427", "98994" }; //CLs of Satisfactory, 1st is normal CL and 2nd is experimental CL
static const std::string targetVersion[] = { "99427", "100692" }; //CLs of Satisfactory, 1st is normal CL and 2nd is experimental CL
static bool loadConsole = true;
static bool debugOutput = false;
static bool supressErrors = false;
Expand All @@ -18,4 +18,4 @@ namespace SML {
void mod_loader_entry();
void read_config();
void cleanup();
}
}

0 comments on commit dd4facb

Please sign in to comment.