0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-12 17:30:43 -05:00

Fix RaidSettingsWindowPatch + disable as BSG fixed it in live\

This commit is contained in:
Dev 2023-07-07 13:56:00 +01:00
parent 9ac44d3d17
commit 878f85a5b5

View File

@ -17,7 +17,7 @@ namespace Aki.Custom.Patches
protected override MethodBase GetTargetMethod()
{
var desiredType = typeof(RaidSettingsWindow);
var desiredMethod = desiredType.GetMethod("method_9", BindingFlags.NonPublic | BindingFlags.Instance);
var desiredMethod = desiredType.GetMethod("method_8", BindingFlags.NonPublic | BindingFlags.Instance);
Logger.LogDebug($"{this.GetType().Name} Type: {desiredType?.Name}");
Logger.LogDebug($"{this.GetType().Name} Method: {desiredMethod?.Name}");