1
This commit is contained in:
parent
8c98601a31
commit
bc1ffaa472
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user