WolfyScript / WolfyUtils-Spigot

The WolfyUtilities implementation for the Spigot platform
10 stars 4 forks source link

Fixed Recursive Calls of BlockStorageEvents #39

Closed WolfyScript closed 1 year ago

WolfyScript commented 1 year ago

Due to BlockStorageEvents extending the Bukkit BlockEvents, but also them being called inside Bukkit BlockEvents, they cause recursive calls.