Skip to content

Commit

Permalink
#229 revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawnsdaddy committed Oct 2, 2023
1 parent 949f7a5 commit c1bb0eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arknights_mower/solvers/base_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -2035,8 +2035,7 @@ def agent_arrange_room(self, new_plan, room, plan, skip_enter=False, get_time=Fa
continue
back_count = 0
while self.get_infra_scene() != Scene.INFRA_MAIN:
self.back_to_infrastructure()
self.recog.update()
self.back(interval=0.5)
back_count += 1
if back_count > 3:
raise e
Expand Down

0 comments on commit c1bb0eb

Please sign in to comment.