1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-20 16:01:26 +02:00

tweaking anti-afk

This commit is contained in:
nossr50 2019-01-27 21:13:42 -08:00
parent c7ed3ee2a0
commit 85a04c71f4

@ -72,7 +72,6 @@ public class FishingManager extends SkillManager {
Location targetLocation = targetBlock.getLocation();
boolean sameTarget = (fishingTarget != null && fishingTarget.equals(targetLocation));
if(!sameTarget)
fishingTarget = targetLocation;
return hasFished || sameTarget;