From 5ae40fe6a7785151c29582c575b593d6c7f4943e Mon Sep 17 00:00:00 2001 From: Mgamerz Date: Tue, 28 May 2024 22:18:05 -0600 Subject: [PATCH] Fix the actual script debuggers version number --- UnrealScriptDebugger_v2/UnrealScriptDebugger_v2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnrealScriptDebugger_v2/UnrealScriptDebugger_v2.cpp b/UnrealScriptDebugger_v2/UnrealScriptDebugger_v2.cpp index 44e10a1..385e9ff 100644 --- a/UnrealScriptDebugger_v2/UnrealScriptDebugger_v2.cpp +++ b/UnrealScriptDebugger_v2/UnrealScriptDebugger_v2.cpp @@ -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;