Skip to content

Commit

Permalink
Fix the actual script debuggers version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgamerz committed May 29, 2024
1 parent e8963e8 commit 5ae40fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnrealScriptDebugger_v2/UnrealScriptDebugger_v2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#elif defined GAMELE3
#define SPI_GAME SPI_GAME_LE3
#endif
SPI_PLUGINSIDE_SUPPORT(L"UnrealscriptDebugger", L"SirCxyrtyx", L"2.0.0", SPI_GAME, SPI_VERSION_LATEST);
SPI_PLUGINSIDE_SUPPORT(L"UnrealscriptDebugger", L"SirCxyrtyx", L"3.0.0", SPI_GAME, SPI_VERSION_LATEST);
SPI_PLUGINSIDE_POSTLOAD;
SPI_PLUGINSIDE_ASYNCATTACH;

Expand Down

0 comments on commit 5ae40fe

Please sign in to comment.