Skip to content

Commit

Permalink
free upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Mar 20, 2024
1 parent f0b055c commit e3a6862
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/red4ext/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ RED4EXT_C_EXPORT void RED4EXT_CALL Query(RED4ext::PluginInfo *aInfo) {
aInfo->name = L"Mod Settings";
aInfo->author = L"Jack Humbert";
aInfo->version = RED4EXT_SEMVER(MOD_VERSION_MAJOR, MOD_VERSION_MINOR, MOD_VERSION_PATCH);
aInfo->runtime = RED4EXT_RUNTIME_LATEST;
// aInfo->runtime = RED4EXT_RUNTIME_LATEST;
aInfo->runtime = RED4EXT_RUNTIME_INDEPENDENT;
aInfo->sdk = RED4EXT_SDK_LATEST;
}

Expand Down

0 comments on commit e3a6862

Please sign in to comment.