From 67cafd4ded9c32f68ef7c45f839c6f35574f87d2 Mon Sep 17 00:00:00 2001 From: CWX Date: Fri, 12 Jul 2024 14:56:10 +0100 Subject: [PATCH] add comment to IL patch to clarify what it does --- .../Patches/ScavMode/ScavPrefabLoadPatch.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/project/SPT.SinglePlayer/Patches/ScavMode/ScavPrefabLoadPatch.cs b/project/SPT.SinglePlayer/Patches/ScavMode/ScavPrefabLoadPatch.cs index e1bb379..376459a 100644 --- a/project/SPT.SinglePlayer/Patches/ScavMode/ScavPrefabLoadPatch.cs +++ b/project/SPT.SinglePlayer/Patches/ScavMode/ScavPrefabLoadPatch.cs @@ -12,6 +12,12 @@ namespace SPT.SinglePlayer.Patches.ScavMode { public class ScavPrefabLoadPatch : ModulePatch { + /// + /// Aim of this patch is to check what Side we are loading into the raid as. + /// then if we are Scav, the game will load the bundles for that + /// else it will load the bundles for PMC + /// + /// protected override MethodBase GetTargetMethod() { // Struct324 - 3.10.0