This commit is contained in:
aozhiwei 2023-09-20 13:47:49 +08:00
parent 001d2599e2
commit 20d0dda455

View File

@ -896,6 +896,7 @@ void RoomMgr::SendGetCustomBattleData(std::shared_ptr<cs::CMJoin> join_msg,
}
auto cur_room = GetCustomRoom(room_uuid);
if (cur_room) {
cb(0, "", cur_room);
return;
}
}