Fixed some XML documentation

This commit is contained in:
verysecrethero
2016-02-18 13:49:22 +01:00
parent 8c92b7ceb6
commit b2304a95f8
4 changed files with 6 additions and 6 deletions
@@ -385,7 +385,7 @@ bool AssaultWeaponBehaviour::shoot(double damage)
}
// BoostUpdate: If friendly fire - reduce damage to 0
// If friendly fire - reduce damage to 0 (needed to make Boosts, Ammosharing work)
if ((ComponentInfo::EnumType)victim["Team"]["Team"] == (ComponentInfo::EnumType)m_Player["Team"]["Team"]) {
damage = 0;
}