Skip to content

Commit

Permalink
Update target game version
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Apr 28, 2021
1 parent b9e41b9 commit 9350917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/SML/Source/SML/Private/SatisfactoryModLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#endif

extern "C" DLLEXPORT const TCHAR* modLoaderVersionString = TEXT("3.0.0+") TEXT(SML_BUILD_METADATA);
extern "C" DLLEXPORT const long targetGameVersion = 150216;
extern "C" DLLEXPORT const long targetGameVersion = 151773;

DEFINE_LOG_CATEGORY(LogSatisfactoryModLoader);

Expand Down

0 comments on commit 9350917

Please sign in to comment.