Teleports instantly to end if location is safe

https://github.com/BentoBoxWorld/BentoBox/issues/952
This commit is contained in:
tastybento 2019-09-20 12:56:49 -07:00
parent 1557bcab61
commit ff1c984fd0

View File

@ -117,7 +117,6 @@ public class PortalTeleportationListener implements Listener {
new SafeSpotTeleport.Builder(plugin)
.entity(e.getPlayer())
.location(to)
.portal()
.build();
return true;
}