Skip to content

Commit

Permalink
Fix function name call
Browse files Browse the repository at this point in the history
  • Loading branch information
Iridar committed Dec 31, 2021
1 parent eaf24eb commit 5bac3f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ simulated function PlayMetaHitEffect(vector HitLocation, name DamageTypeName, ve
local XComPerkContentShared kPerkContent;

// Start Issue #1116
if (TriggerOnOverrideHitEffects(HitLocation, DamageTypeName, Momentum, bIsUnitRuptured, HitResult))
if (TriggerOnOverrideMetaHitEffect(HitLocation, DamageTypeName, Momentum, bIsUnitRuptured, HitResult))
{
return;
}
Expand Down

0 comments on commit 5bac3f6

Please sign in to comment.