Skip to content

Commit

Permalink
去掉自动战斗报错提示
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-oldking committed Jan 9, 2025
1 parent 7503038 commit 6a14c56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/combat/CombatCheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ def check_target_enemy_btn(self):
time_out=5):
return True
self.log_error(
"Auto combat error: Make sure you're equipping echos and turn off effect that changes the game color, (Game Gammar/Nvidia AMD Game Filter), turn off Motion Blur in game video options",
notify=True, tray=True)
self.screenshot('check_target_enemy')
self.pause()
"Auto combat error: Make sure you're equipping echos and turn off effect that changes the game color, (Game Gammar/Nvidia AMD Game Filter), turn off Motion Blur in game video options"
)
# self.screenshot('check_target_enemy')
# self.pause()
return True

def in_realm_or_multi(self):
Expand Down

0 comments on commit 6a14c56

Please sign in to comment.