This commit is contained in:
aozhiwei 2023-12-25 16:43:39 +08:00
parent 2f01c27bbc
commit ea4314e60d

View File

@ -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") {