This commit is contained in:
aozhiwei 2023-12-29 11:18:46 +08:00
parent 340bc2fc31
commit cf915d9d37
2 changed files with 2 additions and 2 deletions

View File

@ -352,7 +352,7 @@ void Room::AddPlayer(Player* hum, std::shared_ptr<BornPoint> init_born_point, bo
acc_inactive_time_ += GetGasInactiveReaminTime() - 2;
}
}
#ifdef MYDEBUG1
#if 1
if (IsMobaModeRoom()) {
CreateAndroid(7);
std::vector<Human*> humans;

View File

@ -838,7 +838,7 @@ void RoomMgr::AdjustCMJoin(cs::CMJoin* msg)
const mt::Map* map_meta = mt::Map::GetById(msg->mapid());
if (map_meta && map_meta->is_moba()) {
msg->set_room_mode(kMobaMode);
#if 1
#if 0
{
auto data = a8::MutableXObject::CreateObject();
data->SetVal("zone_id", 1);