From ea4314e60da1f5e0215add681ba5959e48619f8b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 25 Dec 2023 16:43:39 +0800 Subject: [PATCH] 1 --- server/gameserver/commands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gameserver/commands.cc b/server/gameserver/commands.cc index f942a6c1..3b86b792 100644 --- a/server/gameserver/commands.cc +++ b/server/gameserver/commands.cc @@ -84,7 +84,7 @@ void Player::_CMExecCommand(f8::MsgHdr* hdr, const cs::CMExecCommand& msg) } else if (cmd == "start_world") { room->stop_world = false; } else if (cmd == "chiji") { - #if DEBUG + #if MYDEBUG room->debug_params[119] = 1; #endif } else if (cmd == "add_hp") {