mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-05 15:02:06 +01:00
Fixed players being stuck in SPECTATOR after going through End Portal
Fixes #377 It was due to the SafeSpotTeleport not being flagged as "portal" when issuing the teleportation Nether -> End.
This commit is contained in:
parent
ade4a141c4
commit
84e89f80cd
@ -128,6 +128,7 @@ public class NetherPortals implements Listener {
|
||||
new SafeSpotTeleport.Builder(plugin)
|
||||
.entity(e.getPlayer())
|
||||
.location(to)
|
||||
.portal()
|
||||
.build();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user