This commit is contained in:
aozhiwei 2021-04-29 15:34:49 +08:00
parent 8c98601a31
commit bc1ffaa472

View File

@ -1117,6 +1117,8 @@ void Player::_CMExecCommand(f8::MsgHdr& hdr, const cs::CMExecCommand& msg)
} else {
if (cmds[1] == "peace") {
App::Instance()->SetFlag(20);
} else {
App::Instance()->UnSetFlag(20);
}
}
} else if (cmd == "additem" && cmds.size() >= 3) {