diff --git a/README.md b/README.md index 9bbccf2..2d95a57 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ git config --local user.email "USERNAME@SOMETHING.com" ## Requirements -- Escape From Tarkov 33420 +- Escape From Tarkov 34501 - Visual Studio Code -OR- Visual Studio 2022 - .NET 6 SDK - [PowerShell v7](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows) diff --git a/project/SPT.Debugging/Patches/ReloadClientPatch.cs b/project/SPT.Debugging/Patches/ReloadClientPatch.cs index c8cc009..d7885d4 100644 --- a/project/SPT.Debugging/Patches/ReloadClientPatch.cs +++ b/project/SPT.Debugging/Patches/ReloadClientPatch.cs @@ -24,7 +24,7 @@ namespace SPT.Debugging.Patches "\nMay Cause Unexpected Behaviors inraid")] public static void Reload() { - Reflection.Utils.ClientAppUtils.GetMainApp().method_51().HandleExceptions(); + Reflection.Utils.ClientAppUtils.GetMainApp().method_52().HandleExceptions(); } } } diff --git a/project/Shared/Hollowed/hollowed.dll b/project/Shared/Hollowed/hollowed.dll index 8be4c81..a1a03bc 100644 Binary files a/project/Shared/Hollowed/hollowed.dll and b/project/Shared/Hollowed/hollowed.dll differ