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

make patch do original code afterwards

This commit is contained in:
Dev 2023-07-27 21:42:46 +01:00
parent 3aec22097b
commit 83ea79c56c

View File

@ -33,7 +33,7 @@ namespace Aki.Custom.Patches
healthController.RemoveNegativeEffects(EBodyPart.RightArm); healthController.RemoveNegativeEffects(EBodyPart.RightArm);
} }
return false; // skip original return true; // Do original
} }
} }
} }