aromaa / WorldGuardExtraFlags

Extension for the WorldGuard plugin.
https://www.spigotmc.org/resources/worldguard-extra-flags.4823
MIT License
88 stars 70 forks source link

Init folia support #253

Open Anon8281 opened 1 year ago

roggy666 commented 10 months ago

253 EntityListener.java - you need to change:

player.teleport(player.getLocation()); to player.teleportAsync(player.getLocation());

(88 line)