This commit is contained in:
aozhiwei 2019-05-06 15:35:28 +08:00
parent 3bcdac137a
commit 8defe1c461

View File

@ -516,7 +516,9 @@ void Human::BeKill(int killer_id, const std::string& killer_name, int weapon_id)
}
}
}
SendGameOver();
if (!HasLiveTeammate()) {
SendGameOver();
}
}
}