Skip to content

Commit

Permalink
Update FarmHelperConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
onixiya1337 committed Dec 22, 2023
1 parent dcf9a37 commit a40729f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ public class FarmHelperConfig extends Config {
text = "Click Here",
description = "Resets the cached data for sprayonator"
)
Runnable _ = () -> {
Runnable _autoSprayonatorResetPlots = () -> {
AutoSprayonator.getInstance().resetPlots();
};

Expand Down

0 comments on commit a40729f

Please sign in to comment.