This commit is contained in:
Jordy Ruiz 2018-11-27 19:23:00 +01:00
parent 029b0accbd
commit ff1ba08a0c

View file

@ -104,7 +104,7 @@ void CGameContext::CreateDamage(vec2 Pos, int Id, vec2 Source, int HealthAmount,
pEvent->m_ClientID = Id;
pEvent->m_Angle = (int)(f*256.0f);
pEvent->m_HealthAmount = HealthAmount;
pEvent->m_ArmorAmount = HealthAmount;
pEvent->m_ArmorAmount = ArmorAmount;
pEvent->m_Self = Self;
}
}