This commit is contained in:
aozhiwei 2023-12-01 14:08:58 +08:00
parent 75182ffd24
commit 31075985e6
2 changed files with 1 additions and 2 deletions

View File

@ -3650,7 +3650,6 @@ void Room::FillCustomBattleHuman()
});
}
bool Room::IsMiniMap()
{
return map_instance->map_id == 2002;

View File

@ -1141,5 +1141,5 @@ void RoomMgr::SendGetCustomBattleData(std::shared_ptr<cs::CMJoin> join_msg,
bool RoomMgr::HasTask()
{
return !room_hash_.empty();
}