1
This commit is contained in:
parent
781245b42e
commit
f66290b820
@ -271,6 +271,7 @@ public:
|
||||
bool BulletCanReach(const glm::vec3& start, const glm::vec3& end);
|
||||
bool MoveCanReach(const glm::vec3& start, const glm::vec3& end);
|
||||
const mt::RankMatchConf* GetRankMatchConf() { return rank_match_conf_; }
|
||||
bool IsCustomBattle() { return custom_battle_ != nullptr;}
|
||||
|
||||
private:
|
||||
void ShuaAndroid();
|
||||
|
@ -536,6 +536,7 @@ Room* RoomMgr::CreateRoom(const cs::CMJoin& msg,
|
||||
init_info.pve_instance_id = msg.pve_instance_id();
|
||||
init_info.pve_human_num = std::max(1, msg.team_members_size());
|
||||
init_info.is_newbie_room = msg.force_enter_newbie_room() ? true : false;
|
||||
init_info.custom_battle = custom_battle;
|
||||
if (GetRoomByUuid(init_info.room_uuid)) {
|
||||
A8_ABORT();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user