Skip to content

Commit

Permalink
Fix inverted config for waterfalls
Browse files Browse the repository at this point in the history
  • Loading branch information
doctor4t committed Dec 25, 2021
1 parent 2055267 commit e85f203
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public boolean isOutofRange() {
}

public boolean tick() {
if (Config.enableWaterfallParticles) {
if (!Config.enableWaterfallParticles) {
return true;
}

Expand Down

0 comments on commit e85f203

Please sign in to comment.