Skip to content

Commit

Permalink
尝试修复云顶之弈对局时, 对局信息页仍会拉取战绩的BUG(未测试)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hpero4 committed Sep 24, 2023
1 parent 9be1a00 commit 5c482cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/view/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ def _(callback=None):
queueId = data['queue']['id']
# 特判一下斗魂竞技场

if queueId == 1700:
if queueId in (1700, 1090, 1100): # 斗魂 云顶匹配(排位)
return

team1 = data['teamOne']
Expand Down

0 comments on commit 5c482cd

Please sign in to comment.