diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index c6f0f3b..e682b62 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -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());