NichtStudioCode / InvUI

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

Make Singleton Thread-Safe #3

Closed diegonighty closed 3 years ago

NichtStudioCode commented 3 years ago

Nothing in InvUI is designed to be thread-safe, as Bukkit isn't either. I don't see the benefit in making this one class thread-safe.