Fixed soulbound compatibility with WorldGuardExtraFlags (and probably some other keepinventory plugins)

This commit is contained in:
_OfTeN_
2023-02-12 16:44:15 +03:00
parent fd02c862b7
commit d6814558ab

View File

@@ -44,7 +44,7 @@ class EnchantmentSoulbound(
private val soulboundKey = plugin.namespacedKeyFactory.create("soulbound")
@EventHandler(
priority = EventPriority.LOW,
priority = EventPriority.HIGHEST,
ignoreCancelled = true
)
fun handle(event: PlayerDeathEvent) {