Skip to content

Commit

Permalink
= Auto Pest Hunter - stuck fix (literally removed one line lol)
Browse files Browse the repository at this point in the history
  • Loading branch information
onixiya1337 authored Jan 23, 2024
2 parents 6f465f2 + 741d3e1 commit 76a1d36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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.4-pre4
version=2.4.4-pre5
shouldRelease=true
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ public void onTickExecution(TickEvent.ClientTickEvent event) {
if (stuckClock.isScheduled() && stuckClock.passed()) {
LogUtils.sendError("[Auto Pest Hunter] The player is stuck!");
state = State.GO_BACK;
return;
}

if (delayClock.isScheduled() && !delayClock.passed()) return;
Expand Down

0 comments on commit 76a1d36

Please sign in to comment.