Skip to content

Commit

Permalink
Update EXILED/Exiled.Events/Patches/Generic/IndividualFriendlyFire.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
louis1706 authored Aug 4, 2024
1 parent a25be5b commit d742766
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ private static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructi

// AttackerDamageHandler.Damage = AttackerDamageHandler.Damage * ffMulti
new CodeInstruction(OpCodes.Ldarg_0).WithLabels(uniqueFFMulti),
new (OpCodes.Ldloc, ffMulti.LocalIndex),
new(OpCodes.Ldloc, ffMulti.LocalIndex),
new(OpCodes.Ldarg_0),
new(OpCodes.Callvirt, PropertyGetter(typeof(AttackerDamageHandler), nameof(AttackerDamageHandler.Damage))),
new(OpCodes.Mul),
Expand Down

0 comments on commit d742766

Please sign in to comment.