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:
parent
9d8c285094
commit
b769a87b89
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user