This commit is contained in:
aozhiwei 2021-09-30 15:46:45 +08:00
parent f8af86ec80
commit 2e46bb09f2

View File

@ -883,7 +883,15 @@ void Player::_CMExecCommand(f8::MsgHdr& hdr, const cs::CMExecCommand& msg)
#endif
} else if (cmd == "chiji") {
#if DEBUG
if (cmds.size() >= 2) {
if (cmds[1] == "open") {
App::Instance()->debug_params[119] = 1;
} else if (cmds[1] == "close") {
App::Instance()->debug_params.erase(119);
}
} else {
App::Instance()->debug_params[119] = 1;
}
#endif
} else if (cmd == "wudi") {
int buff_uniid = TryAddBuff(this, 1005);