1
This commit is contained in:
parent
001d2599e2
commit
20d0dda455
@ -896,6 +896,7 @@ void RoomMgr::SendGetCustomBattleData(std::shared_ptr<cs::CMJoin> join_msg,
|
|||||||
}
|
}
|
||||||
auto cur_room = GetCustomRoom(room_uuid);
|
auto cur_room = GetCustomRoom(room_uuid);
|
||||||
if (cur_room) {
|
if (cur_room) {
|
||||||
|
cb(0, "", cur_room);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user