herbiboar plugin: only check trails when in herbiboar region
Co-authored-by: Kyle Goodale <KGoodale13@users.noreply.github.com>
This commit is contained in:
@@ -233,7 +233,10 @@ public class HerbiboarPlugin extends Plugin
|
|||||||
@Subscribe
|
@Subscribe
|
||||||
public void onVarbitChanged(VarbitChanged event)
|
public void onVarbitChanged(VarbitChanged event)
|
||||||
{
|
{
|
||||||
updateTrailData();
|
if (isInHerbiboarArea())
|
||||||
|
{
|
||||||
|
updateTrailData();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Subscribe
|
@Subscribe
|
||||||
|
|||||||
Reference in New Issue
Block a user