bentobox/src/main
BONNe 592b4e3d1f
Fixes player teleportation in void. (#1716)
The issue happens mostly with the end portals. Apparently, teleportation to the end is processed before the Bukkit task that runs SafeSpotTeleport. The first check if a player is in the starting world fails, and SafeSpotTeleport is not called. 

I set the event to be cancelled in all situations when we do not create portals, so it always triggers SafeSpotTeleport. This should fix the bug with players appearing in the void.
2021-03-16 19:07:36 -07:00
..
java/world/bentobox/bentobox Fixes player teleportation in void. (#1716) 2021-03-16 19:07:36 -07:00
resources Additional improvements to zh-CN (#1714) 2021-03-15 14:20:54 +01:00