0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 09:50:43 -05:00
This commit is contained in:
Chomp 2024-12-29 12:34:26 +00:00
parent fafa54db32
commit 76a55ddf46
3 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ git config --local user.email "USERNAME@SOMETHING.com"
## Requirements ## Requirements
- Escape From Tarkov 33420 - Escape From Tarkov 34501
- Visual Studio Code -OR- Visual Studio 2022 - Visual Studio Code -OR- Visual Studio 2022
- .NET 6 SDK - .NET 6 SDK
- [PowerShell v7](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows) - [PowerShell v7](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows)

View File

@ -24,7 +24,7 @@ namespace SPT.Debugging.Patches
"\nMay Cause Unexpected Behaviors inraid")] "\nMay Cause Unexpected Behaviors inraid")]
public static void Reload() public static void Reload()
{ {
Reflection.Utils.ClientAppUtils.GetMainApp().method_51().HandleExceptions(); Reflection.Utils.ClientAppUtils.GetMainApp().method_52().HandleExceptions();
} }
} }
} }

Binary file not shown.