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
|
||||
public void onVarbitChanged(VarbitChanged event)
|
||||
{
|
||||
updateTrailData();
|
||||
if (isInHerbiboarArea())
|
||||
{
|
||||
updateTrailData();
|
||||
}
|
||||
}
|
||||
|
||||
@Subscribe
|
||||
|
||||
Reference in New Issue
Block a user