mirror of
https://github.com/nzp-team/quakec.git
synced 2025-03-09 11:42:21 +00:00
Remove debug print
This commit is contained in:
parent
b9246fff17
commit
9cf7cffbbc
1 changed files with 0 additions and 1 deletions
|
@ -582,7 +582,6 @@ void(entity inflictor, entity attacker, float damage2, float mindamage, float ra
|
||||||
final_damage /= radius;
|
final_damage /= radius;
|
||||||
final_damage *= 60;
|
final_damage *= 60;
|
||||||
}
|
}
|
||||||
centerprint(ent, strcat("doing damage: ", ftos(final_damage)));
|
|
||||||
DamageHandler (ent, ent, final_damage, S_EXPLOSIVE);
|
DamageHandler (ent, ent, final_damage, S_EXPLOSIVE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue