From c2f2684c3dc761e404d8655668bb94d3c3d930cd Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 20 Sep 2024 14:38:21 +0800 Subject: [PATCH] 1 --- server/matchserver/history/historymgr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/matchserver/history/historymgr.go b/server/matchserver/history/historymgr.go index 4690b39a..91ce7053 100644 --- a/server/matchserver/history/historymgr.go +++ b/server/matchserver/history/historymgr.go @@ -43,7 +43,7 @@ func (this *historyMgr) PushLastBattleInfo(hum common.Player) { p.ModeId = proto.Int32(modeId) p.StartTime = proto.Int32(val) if modeId == jccommon.MAP_MODE_CIRCUIT { - + p.IntervalTime = proto.Int32(60 * 2) } } hum.SendMsg(msg)