This commit is contained in:
aozhiwei 2021-08-31 15:26:48 +08:00
parent ae29613f1d
commit c3a3500b9b

View File

@ -802,7 +802,9 @@ void Human::BeKill(int killer_id, const std::string& killer_name, int weapon_id)
}
#endif
DoGetDown();
#if 0
KillMgr::Instance()->OnHumanDead();
#endif
}
}
}