From 5e186ae2acbda09f48b5ea229bb31387c61c664c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 29 Aug 2024 18:53:46 +0800 Subject: [PATCH] 1 --- server/gameserver/custom_battle.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/gameserver/custom_battle.cc b/server/gameserver/custom_battle.cc index 24376576..54ca48aa 100644 --- a/server/gameserver/custom_battle.cc +++ b/server/gameserver/custom_battle.cc @@ -53,9 +53,6 @@ void CustomBattle::ParseResult(a8::XObject& obj) start_time_ = obj.Get("start_time"); is_newbie_battle_ = obj.Get("is_newbie_battle"); sign_ = obj.Get("sign").GetString(); -#ifdef MYDEBUG - is_newbie_battle_ = 1; -#endif const mt::Map* map_meta = mt::Map::GetById(map_id_); if (!map_meta || !map_meta->IsOpen()) { parse_ok_ = false;