diff --git a/server/gameserver/car.cc b/server/gameserver/car.cc index eef572d..e9947d0 100644 --- a/server/gameserver/car.cc +++ b/server/gameserver/car.cc @@ -381,6 +381,7 @@ void Car::DecHP(float dec_hp, int killer_id, const std::string& killer_name, int void Car::BeKill(int killer_id, const std::string& killer_name, int weapon_id) { dead = true; + later_removed_ = true; if (hero_meta_->i->delay_remove() > 0) { room->xtimer.AddDeadLineTimerAndAttach (