Make TravelAgent warning message a debug message.

This commit is contained in:
Jeremy Wood 2019-07-23 21:47:13 -04:00
parent 7cb9bd4bc2
commit 1581e1e009
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ public class MVPlayerListener implements Listener {
event.getPortalTravelAgent().setSearchRadius(plugin.getMVConfig().getPortalSearchRadius());
}
} catch (ClassNotFoundException ignore) {
plugin.log(Level.WARNING, "TravelAgent not available for PlayerPortalEvent for " + event.getPlayer().getName());
plugin.log(Level.FINE, "TravelAgent not available for PlayerPortalEvent for " + event.getPlayer().getName());
}
}