Removed debug message.

This commit is contained in:
Greyscale 2009-04-15 03:28:44 +02:00
parent 8bcf32a0db
commit 3f74f5abb2
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ KnockbackPlayerHurt(client, attacker, const String:weapon[], hitgroup, dmg_healt
new Float:boostHitgroup = HitgroupsGetHitgroupKnockback(hitgroup);
// Apply all knockback multipliers
PrintToChatAll("Multipliers %f * %f * %f * %f", knockback, float(dmg_health), boostWeapon, boostHitgroup);
knockback *= float(dmg_health) * boostWeapon * boostHitgroup;
// Apply knockback.