From 06884acd0466b20010b3b7d11cb005bd9ec2ba72 Mon Sep 17 00:00:00 2001 From: buffge <1515888956@qq.com> Date: Fri, 4 Mar 2022 00:30:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=80=81=E9=A9=AC=E5=8C=B9=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E9=97=B4=E9=9A=94=E6=97=B6=E9=97=B4=E6=94=B9=E4=B8=BA?= =?UTF-8?q?1.5=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prophet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prophet.go b/prophet.go index 84690bf..e30e4ba 100644 --- a/prophet.go +++ b/prophet.go @@ -443,7 +443,7 @@ func (p Prophet) ChampionSelectStart() { continue } _ = SendConversationMsg(msg, conversationID) - time.Sleep(time.Second) + time.Sleep(time.Millisecond * 1500) } if !clientCfg.AutoSendTeamHorse { log.Println("已将队伍马匹信息复制到剪切板")