chore: 杂项修改

This commit is contained in:
lixiangwuxian
2024-11-27 01:15:45 +08:00
parent 978aa6a04e
commit 2fccf24709
3 changed files with 6 additions and 13 deletions

View File

@@ -184,7 +184,7 @@ func RoundCheckSteamPlaying() {
}
for _, group := range groups {
time.Sleep(3 * time.Second)
time.Sleep(15 * time.Second)
if _, ok := playingMap[group]; !ok {
playingMap[group] = map[string]string{}
}