1
This commit is contained in:
parent
9bb00d28af
commit
9451f063b8
@ -1007,6 +1007,9 @@ bool Room::CanJoin(const std::string& accountid,
|
|||||||
if (pve_instance->pb->gemini_id() != msg.pve_instance_id()) {
|
if (pve_instance->pb->gemini_id() != msg.pve_instance_id()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
#if 1
|
||||||
|
return false;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
if (init_map_id != 0) {
|
if (init_map_id != 0) {
|
||||||
MapInstance* map_instance = MapMgr::Instance()->GetMapInstance(init_map_id);
|
MapInstance* map_instance = MapMgr::Instance()->GetMapInstance(init_map_id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user