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