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