测试时间

This commit is contained in:
meixiongfeng 2023-11-03 20:08:20 +08:00
parent 8e3ab8effa
commit bfdf47f87f

View File

@ -492,7 +492,7 @@ func (this *Room) ReceiveMessage(session comm.IUserSession, stype string, msg pr
} else { } else {
this.MaxTime = this.module.ModuleTools.GetGlobalConf().ConsumePvpTime this.MaxTime = this.module.ModuleTools.GetGlobalConf().ConsumePvpTime
} }
this.MaxTime = 10 this.MaxTime = 30 // 测试用 后面走配置
this.Status = 1 this.Status = 1
this.round = 1 this.round = 1