From f9ce88d4c38f7f08a0f368936e464d96115a0fc4 Mon Sep 17 00:00:00 2001 From: Archangel Date: Mon, 1 Sep 2025 16:14:42 +0200 Subject: [PATCH] Set nullable on GetTargetMethod --- Libraries/SPTarkov.Reflection/Patching/AbstractPatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/SPTarkov.Reflection/Patching/AbstractPatch.cs b/Libraries/SPTarkov.Reflection/Patching/AbstractPatch.cs index 59e49188..49c0ae37 100644 --- a/Libraries/SPTarkov.Reflection/Patching/AbstractPatch.cs +++ b/Libraries/SPTarkov.Reflection/Patching/AbstractPatch.cs @@ -62,7 +62,7 @@ public abstract class AbstractPatch /// Get original method /// /// Method - protected abstract MethodBase GetTargetMethod(); + protected abstract MethodBase? GetTargetMethod(); /// /// Get HarmonyMethod from string