0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 09:50:43 -05:00

Add comment to explain expected behavior.

This commit is contained in:
Kaeno 2024-03-19 11:18:34 +00:00
parent 9d8c285094
commit b769a87b89

View File

@ -22,6 +22,7 @@ namespace Aki.SinglePlayer.Patches.Healing
[PatchPrefix]
private static void PatchPrefix(object healthObserver)
{
// Accesstools will throw warnings if player doesnt have any Effects while using Treatment at end of raid
var property = AccessTools.Property(healthObserver.GetType(), "Effects");
if (property != null)
{