测试时间
This commit is contained in:
parent
8e3ab8effa
commit
bfdf47f87f
@ -492,7 +492,7 @@ func (this *Room) ReceiveMessage(session comm.IUserSession, stype string, msg pr
|
||||
} else {
|
||||
this.MaxTime = this.module.ModuleTools.GetGlobalConf().ConsumePvpTime
|
||||
}
|
||||
this.MaxTime = 10
|
||||
this.MaxTime = 30 // 测试用 后面走配置
|
||||
|
||||
this.Status = 1
|
||||
this.round = 1
|
||||
|
Loading…
Reference in New Issue
Block a user