竞技馆房主为创建者
This commit is contained in:
parent
fc0321afdc
commit
90b8b5c113
|
@ -446,6 +446,9 @@ func TienLenCreateRoomInfoPacket(s *base.Scene, p *base.Player, sceneEx *TienLen
|
||||||
if s.GetCustom().GetPassword() != "" {
|
if s.GetCustom().GetPassword() != "" {
|
||||||
pack.NeedPassword = 1
|
pack.NeedPassword = 1
|
||||||
}
|
}
|
||||||
|
if s.IsCustom() {
|
||||||
|
pack.MasterSnid = s.GetCreator()
|
||||||
|
}
|
||||||
pack.IsMatch = int32(0)
|
pack.IsMatch = int32(0)
|
||||||
// 0.普通场 1.锦标赛 2.冠军赛 3.vip专属
|
// 0.普通场 1.锦标赛 2.冠军赛 3.vip专属
|
||||||
if s.IsMatchScene() {
|
if s.IsMatchScene() {
|
||||||
|
|
Loading…
Reference in New Issue