diff --git a/LE3DebugLogger/DebugLogger.cpp b/LE3DebugLogger/DebugLogger.cpp index bb7a46f..d9958f0 100644 --- a/LE3DebugLogger/DebugLogger.cpp +++ b/LE3DebugLogger/DebugLogger.cpp @@ -13,7 +13,7 @@ SPI_PLUGINSIDE_SUPPORT(L"DebugLogger", L"3.0.0", L"ME3Tweaks", SPI_GAME_LE3, SPI SPI_PLUGINSIDE_PRELOAD; SPI_PLUGINSIDE_SEQATTACH; -ME3TweaksASILogger logger("DebugLogger v2", "LE3DebugLogger.log"); +ME3TweaksASILogger logger("DebugLogger v3", "LE3DebugLogger.log"); // Prototype for WinAPI DebugOutput string. We don't put this // in prototypes cause this is not part of the game