Skip to content

Commit

Permalink
Merge pull request #268 from Diapolo10/patch-1
Browse files Browse the repository at this point in the history
Possible fix for the servant's money bag tracking
  • Loading branch information
Thource authored Aug 31, 2024
2 parents dadf7ee + 58a6421 commit ae0a54f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public boolean onGameTick() {
if (widget == null) {
return false;
}
if (!widget.getText().startsWith("The moneybag ")) {
if (!widget.getText().startsWith("The money bag ")) {
return false;
}

Expand Down

0 comments on commit ae0a54f

Please sign in to comment.