Skip to content

Commit

Permalink
Update Mapper.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yayza committed Apr 12, 2021
1 parent 2235fc7 commit e4b9b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolbot/libs/bots/Mapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function Mapper() {
minGold = 200000;
}

if (!this.buildRecipes("Rune") || !this.shopAnya()){ // Prequisite Check
if (!this.buildRecipes("Rune") || !this.shopAnya()){ // Prerequisite Check
return false;
}

Expand Down

0 comments on commit e4b9b2b

Please sign in to comment.