Skip to content

Commit eaa5a91

Browse files
committed
Fixed #208.
1 parent fde549b commit eaa5a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/kotlin/trplugins/menu/module/internal/listener/ListenerBukkitInventory.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ object ListenerBukkitInventory {
2727
MenuSession.getSession(e.player).shut()
2828
}
2929

30-
@SubscribeEvent
30+
@SubscribeEvent(priority = EventPriority.HIGHEST)
3131
fun e(e: PlayerDeathEvent) {
3232
MenuSession.getSession(e.entity).shut()
3333
}

0 commit comments

Comments
 (0)