Skip to content

Commit

Permalink
chore: Add more reopen reasons for opening the player inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeltumn committed Aug 20, 2024
1 parent 307936c commit 1f4f8c4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ public class InterfacesListeners private constructor(private val plugin: Plugin)
private val REOPEN_REASONS = EnumSet.of(
Reason.PLAYER,
Reason.UNKNOWN,
Reason.PLUGIN
Reason.PLUGIN,
Reason.TELEPORT,
Reason.CANT_USE,
Reason.UNLOADED
)

/** An incomplete set of blocks that have some interaction when clicked on. */
Expand Down

0 comments on commit 1f4f8c4

Please sign in to comment.