Skip to content

Commit

Permalink
#710 Prevent BWAPI from being injected via ChaosLauncher if the versi…
Browse files Browse the repository at this point in the history
…on is not 1.16.1
  • Loading branch information
heinermann committed Apr 28, 2017
1 parent b6dad5d commit 59b14af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bwapi/BWAPI_PluginInjector/chaoslauncher.cpp
Expand Up @@ -17,7 +17,7 @@ extern "C" __declspec(dllexport) void GetPluginAPI(ExchangeData& Data)
{
//BWL Gets version from Resource - VersionInfo
Data.iPluginAPI = 4;
Data.iStarCraftBuild = -1;
Data.iStarCraftBuild = 13;
Data.bConfigDialog = TRUE;
Data.bNotSCBWmodule = FALSE;
}
Expand Down

0 comments on commit 59b14af

Please sign in to comment.