1
This commit is contained in:
parent
a4f3cc0a9a
commit
698911edbf
@ -87,6 +87,11 @@ void Player::_CMExecCommand(f8::MsgHdr* hdr, const cs::CMExecCommand& msg)
|
|||||||
room->stop_world = false;
|
room->stop_world = false;
|
||||||
} else if (cmd == "chiji") {
|
} else if (cmd == "chiji") {
|
||||||
#if MYDEBUG
|
#if MYDEBUG
|
||||||
|
if (room->IsMobaModeRoom()) {
|
||||||
|
while (!room->GetVictoryTeam()) {
|
||||||
|
GetTeam()->IncKillCount();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
room->debug_params[119] = 1;
|
room->debug_params[119] = 1;
|
||||||
room->xtimer.SetTimeoutEx
|
room->xtimer.SetTimeoutEx
|
||||||
(1,
|
(1,
|
||||||
@ -97,6 +102,7 @@ void Player::_CMExecCommand(f8::MsgHdr* hdr, const cs::CMExecCommand& msg)
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
&xtimer_attacher);
|
&xtimer_attacher);
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
} else if (cmd == "disable_gas_damage") {
|
} else if (cmd == "disable_gas_damage") {
|
||||||
#if MYDEBUG
|
#if MYDEBUG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user