1
This commit is contained in:
parent
f8af86ec80
commit
2e46bb09f2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user