1
This commit is contained in:
parent
e2d0e4e430
commit
6df7d2d5fb
@ -45,7 +45,11 @@ void MapMgr::AttachRoom(Room* room, RoomInitInfo& init_info)
|
||||
init_info.creator_proto_version == cs::ProtoVersion) {
|
||||
map_instance = GetMapInstance(4001);
|
||||
} else {
|
||||
map_instance = GetMapInstance(3001);
|
||||
if (init_info.creator_proto_version == cs::ProtoVersion) {
|
||||
map_instance = GetMapInstance(4001);
|
||||
} else {
|
||||
map_instance = GetMapInstance(3001);
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!map_instance) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user