1
This commit is contained in:
parent
2f01c27bbc
commit
ea4314e60d
@ -84,7 +84,7 @@ void Player::_CMExecCommand(f8::MsgHdr* hdr, const cs::CMExecCommand& msg)
|
|||||||
} else if (cmd == "start_world") {
|
} else if (cmd == "start_world") {
|
||||||
room->stop_world = false;
|
room->stop_world = false;
|
||||||
} else if (cmd == "chiji") {
|
} else if (cmd == "chiji") {
|
||||||
#if DEBUG
|
#if MYDEBUG
|
||||||
room->debug_params[119] = 1;
|
room->debug_params[119] = 1;
|
||||||
#endif
|
#endif
|
||||||
} else if (cmd == "add_hp") {
|
} else if (cmd == "add_hp") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user