This commit is contained in:
aozhiwei 2021-07-12 03:33:11 +00:00
parent 03c1d3ce93
commit 8c300f328a

View File

@ -3533,11 +3533,6 @@ void Human::OnBulletHit(Bullet* bullet)
finaly_dmg = std::max(finaly_dmg, 0.0f);
#if 0
sender->stats.damage_amount_out += finaly_dmg;
#endif
#ifdef DEBUG
if (App::Instance()->HasFlag(1) && IsPlayer()) {
return;
}
#endif
if (bullet->meta->buff_meta) {
MustBeAddBuff(this, bullet->meta->i->buffid());