fix: correct variable name in RoundCheckSteamPlaying function to use gameList instead of gamePlayingMap for accurate game status reporting
This commit is contained in:
parent
7eeee665ee
commit
f9be1e6464
@ -213,7 +213,7 @@ func RoundCheckSteamPlaying() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(gamePlayingMap) > 0 && !once {
|
if len(gameList) > 0 && !once {
|
||||||
msg := model.Reply{
|
msg := model.Reply{
|
||||||
ReplyMsg: "速报:\n" + strings.Join(gameList, "\n"),
|
ReplyMsg: "速报:\n" + strings.Join(gameList, "\n"),
|
||||||
ReferOriginMsg: false,
|
ReferOriginMsg: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user