NichtStudioCode / InvUI

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

fixes wrong array check (fixes #14) #15

Closed D0gmaDev closed 1 year ago

D0gmaDev commented 1 year ago

I believe the argument passed to the ArrayUtils#findFirstEmptyIndex method was an oversight ;)

NichtStudioCode commented 1 year ago

Thanks!