mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-25 20:16:13 +01:00
Reverted fishing exploiting
This commit is contained in:
parent
f0d6576c77
commit
3425a3ba1a
@ -543,7 +543,7 @@ public final class JobsPaymentListener implements Listener {
|
|||||||
|
|
||||||
// check is the fishing being exploited. If yes, prevent payment.
|
// check is the fishing being exploited. If yes, prevent payment.
|
||||||
if (mcMMOPlayer != null && ExperienceConfig.getInstance().isFishingExploitingPrevented()
|
if (mcMMOPlayer != null && ExperienceConfig.getInstance().isFishingExploitingPrevented()
|
||||||
&& mcMMOPlayer.getFishingManager().isFishingTooOften()) {
|
&& mcMMOPlayer.getFishingManager().isExploitingFishing(event.getHook().getLocation().toVector())) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user