This commit is contained in:
aozhiwei 2023-04-20 19:56:49 +08:00
parent 8a46f4210c
commit 3da5d6faeb

View File

@ -1463,6 +1463,9 @@ void Human::SendUpdateMsg()
void Human::SendGameOver()
{
if (room->IsNewBieRoom()) {
return;
}
if (GetTeam()->HasPlayer()) {
if (GetTeam()->already_report_battle) {
cs::SMGameOver msg;