Skip to content

Commit

Permalink
发送马匹信息间隔时间改为1.5秒
Browse files Browse the repository at this point in the history
  • Loading branch information
buffge committed Mar 3, 2022
1 parent 00bc5bc commit 06884ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prophet.go
Original file line number Diff line number Diff line change
Expand Up @@ -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("已将队伍马匹信息复制到剪切板")
Expand Down

0 comments on commit 06884ac

Please sign in to comment.