This commit is contained in:
aozhiwei 2024-08-29 10:26:51 +08:00
parent 0a039944b2
commit 2ff4981c39

View File

@ -403,6 +403,9 @@ void CustomBattle::GameStart()
nullptr);
}
}
if (IsNewBieBattle()) {
room->SetNewBieBattle(1);
}
SetRoom(room.get());
room->JoinWithCustomBattle(shared_from_this());
} else {