Skip to content

Commit

Permalink
Rename hijack method
Browse files Browse the repository at this point in the history
  • Loading branch information
Kexanone authored and Crowdedlight committed Mar 16, 2024
1 parent 14b747f commit e7e6b78
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ modded class SCR_DamageManagerComponent : BaseSCR_DamageManagerComponent
}

//------------------------------------------------------------------------------------------------
override bool SCR_HijackDamageHandling(notnull BaseDamageContext damageContext)
override bool HijackDamageHandling(notnull BaseDamageContext damageContext)
{
if (m_bGME_isDamageEnabled)
return super.SCR_HijackDamageHandling(damageContext);
return super.HijackDamageHandling(damageContext);

return true;
}
Expand Down

0 comments on commit e7e6b78

Please sign in to comment.