Skip to content

Commit

Permalink
Fix Auto-Leveling for some devices (#1781)
Browse files Browse the repository at this point in the history
Co-authored-by: arthur <16458204+ArthurKun021@users.noreply.github.com>
  • Loading branch information
ArthurKun21 and ArthurKun21 committed Mar 30, 2024
1 parent c4ad646 commit 84ed33e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class AutoServantLevel @Inject constructor(
* @see isAutoSelectVisible
*/
private fun performAutoSelect() {
locations.servant.autoSelectLocation.click()
locations.servant.servantAutoSelectRegion.click()
}

/**
Expand Down

0 comments on commit 84ed33e

Please sign in to comment.