1
This commit is contained in:
parent
850886de8a
commit
0194e0b3c3
@ -157,6 +157,13 @@ void Room::Init()
|
||||
} else {
|
||||
SetVictoryTeam(GetMobaTeamB());
|
||||
}
|
||||
if (GetVictoryTeam() == GetMobaTeamA()) {
|
||||
GetInGameVoice()->Victory(GetMobaTeamA());
|
||||
GetInGameVoice()->Fail(GetMobaTeamB());
|
||||
} else {
|
||||
GetInGameVoice()->Victory(GetMobaTeamB());
|
||||
GetInGameVoice()->Fail(GetMobaTeamA());
|
||||
}
|
||||
OnGameOver();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user