Skip to content

Commit

Permalink
fix: 修复游戏1.5版本地图传送提前判定成功的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
weiduhuo committed Nov 24, 2023
1 parent 9cf5540 commit 8fd57bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/calculated.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,7 @@ def wait_join(self):
进入地图的时间
"""
start_time = time.time()
time.sleep(2.0) # 1.5版本点击传送后,会先返回到原地图页面再进入传送
'''
join1 = False
join2 = False
Expand Down

0 comments on commit 8fd57bf

Please sign in to comment.