NichtStudioCode / InvUI

A spigot library for creating custom inventory-based GUIs.
MIT License
242 stars 19 forks source link

AutoUpdateItem starts an infinite BukkitTask #12

Closed D0gmaDev closed 1 year ago

D0gmaDev commented 1 year ago

Unlike AutoCycleItem, the task inside an AutoUpdateItem is never stopped, even after the closure of every linked Windows, leading to an inconsistency between the example items, as well as potentially saturating the program with BukkitTasks.