mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-21 05:21:22 +01:00
Fixed soulbound compatibility with WorldGuardExtraFlags (and probably some other keepinventory plugins)
This commit is contained in:
parent
80fe38378a
commit
90f7a3bbac
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user