1
This commit is contained in:
parent
f9d969a9d6
commit
cdac8c10e2
@ -110,6 +110,9 @@ void Player::_CMExecCommand(f8::MsgHdr* hdr, const cs::CMExecCommand& msg)
|
|||||||
} else if (cmd == "!chiji") {
|
} else if (cmd == "!chiji") {
|
||||||
if (room->IsMobaModeRoom()) {
|
if (room->IsMobaModeRoom()) {
|
||||||
Team* team = room->GetMobaTeamA();
|
Team* team = room->GetMobaTeamA();
|
||||||
|
if (team == GetTeam()) {
|
||||||
|
team = room->GetMobaTeamB();
|
||||||
|
}
|
||||||
while (team->GetKillCount() <100) {
|
while (team->GetKillCount() <100) {
|
||||||
team->IncKillCount();
|
team->IncKillCount();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user