mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-18 00:35:18 +01:00
Teleports instantly to end if location is safe
https://github.com/BentoBoxWorld/BentoBox/issues/952
This commit is contained in:
parent
1557bcab61
commit
ff1c984fd0
@ -117,7 +117,6 @@ public class PortalTeleportationListener implements Listener {
|
||||
new SafeSpotTeleport.Builder(plugin)
|
||||
.entity(e.getPlayer())
|
||||
.location(to)
|
||||
.portal()
|
||||
.build();
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user