You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anytime @EventHandler(priority = EventPriority.LOWEST) public void onAdjacentInventoryClick(InventoryClickEvent event) is called it will attempt to cast org.bukkit.craftbukkit.entity.CraftPlayer to a com.samjakob.spigui.menu.SGMenu causing errors in the console.
(Temporary fix for this would be to downgrade this function back to version 1.3.1 although you would lose the ability to set specific blockedAdjacentActions)
The text was updated successfully, but these errors were encountered:
As of 1.4.0
Anytime
@EventHandler(priority = EventPriority.LOWEST) public void onAdjacentInventoryClick(InventoryClickEvent event)
is called it will attempt to castorg.bukkit.craftbukkit.entity.CraftPlayer
to acom.samjakob.spigui.menu.SGMenu
causing errors in the console.(Temporary fix for this would be to downgrade this function back to version 1.3.1 although you would lose the ability to set specific
blockedAdjacentActions
)The text was updated successfully, but these errors were encountered: