1
This commit is contained in:
parent
8a46f4210c
commit
3da5d6faeb
@ -1463,6 +1463,9 @@ void Human::SendUpdateMsg()
|
|||||||
|
|
||||||
void Human::SendGameOver()
|
void Human::SendGameOver()
|
||||||
{
|
{
|
||||||
|
if (room->IsNewBieRoom()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (GetTeam()->HasPlayer()) {
|
if (GetTeam()->HasPlayer()) {
|
||||||
if (GetTeam()->already_report_battle) {
|
if (GetTeam()->already_report_battle) {
|
||||||
cs::SMGameOver msg;
|
cs::SMGameOver msg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user