From bfdf47f87f3f9966a726846a8a1cec14b295844a Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Fri, 3 Nov 2023 20:08:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/entertainment/room.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/entertainment/room.go b/modules/entertainment/room.go index 01fd3d7b3..8e90d3f22 100644 --- a/modules/entertainment/room.go +++ b/modules/entertainment/room.go @@ -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