Skip to content

Commit

Permalink
Code Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfvsilva committed Jan 21, 2025
1 parent 055c791 commit 54a78af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/action/town.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func InRunReturnTownRoutine() error {
ReviveMerc()
HireMerc()
Repair()
UsePortalInTown()
utils.Sleep(500)
UsePortalInTown()
utils.Sleep(500)
return OpenTPIfLeader()
}

0 comments on commit 54a78af

Please sign in to comment.