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 80fe38378a
commit 90f7a3bbac

View File

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