You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Folia teleport crash (UnsupportedOperationException: Must use teleportAsync while in region threading): BukkitPlatformScheduler now overrides teleportAsync and, when running
on Folia (regionizedRuntime capability), calls player.teleportAsync(Location) via
reflection instead of the forbidden synchronous player.teleport(). The Bukkit module was
the only scheduler that still used the synchronous fallback from the interface default; PaperPlatformScheduler already called teleportAsync directly.