机器人不发结算

This commit is contained in:
aozhiwei 2019-06-04 11:28:41 +08:00
parent 027a3de2ea
commit 693f732864

View File

@ -1483,9 +1483,11 @@ void Human::SendUpdateMsg()
void Human::SendGameOver()
{
if (entity_subtype == EST_Player) {
if (!sending_gameover_) {
InternalSendGameOver();
}
}
}
void Human::FollowTarget(Human* target)