机器人不发结算

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

View File

@ -1483,8 +1483,10 @@ void Human::SendUpdateMsg()
void Human::SendGameOver() void Human::SendGameOver()
{ {
if (!sending_gameover_) { if (entity_subtype == EST_Player) {
InternalSendGameOver(); if (!sending_gameover_) {
InternalSendGameOver();
}
} }
} }