diff --git a/handler/steamplaying/steam_playing.go b/handler/steamplaying/steam_playing.go index 5543fc3..a2c4c02 100644 --- a/handler/steamplaying/steam_playing.go +++ b/handler/steamplaying/steam_playing.go @@ -213,7 +213,7 @@ func RoundCheckSteamPlaying() { } } - if len(gamePlayingMap) > 0 && !once { + if len(gameList) > 0 && !once { msg := model.Reply{ ReplyMsg: "速报:\n" + strings.Join(gameList, "\n"), ReferOriginMsg: false,