竞技馆房主为创建者

This commit is contained in:
sk 2024-09-18 16:53:10 +08:00
parent fc0321afdc
commit 90b8b5c113
1 changed files with 3 additions and 0 deletions

View File

@ -446,6 +446,9 @@ func TienLenCreateRoomInfoPacket(s *base.Scene, p *base.Player, sceneEx *TienLen
if s.GetCustom().GetPassword() != "" {
pack.NeedPassword = 1
}
if s.IsCustom() {
pack.MasterSnid = s.GetCreator()
}
pack.IsMatch = int32(0)
// 0.普通场 1.锦标赛 2.冠军赛 3.vip专属
if s.IsMatchScene() {