Skip to content

Commit

Permalink
Visitors Macro:
Browse files Browse the repository at this point in the history
 = Quick hotfix
  • Loading branch information
May2Beez committed Feb 28, 2024
1 parent cb36878 commit a4194a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ baseGroup=com.jelly.farmhelperv2
mcVersion=1.8.9
modid=farmhelperv2
modName=FarmHelper
version=2.4.5-pre14
version=2.4.5-pre15
shouldRelease=true
Original file line number Diff line number Diff line change
Expand Up @@ -350,10 +350,10 @@ public void onTick(TickEvent.ClientTickEvent event) {
onVisitorsState();
break;
case END:
setMainState(MainState.DISABLED);
if (FarmHelperConfig.visitorsMacroAfkInfiniteMode) {
LogUtils.sendWarning("[Visitors Macro] The macro has finished. Waiting 15 seconds for visitors to spawn...");
afkDelay.schedule(15_000);
setMainState(MainState.DISABLED);
stop();
} else if (manuallyStarted) {
setMainState(MainState.DISABLED);
Expand Down

0 comments on commit a4194a2

Please sign in to comment.