NucleoidMC / nucleoid-extras

Extra features specific to the Nucleoid server such as the sidebar and backend integrations
GNU Lesser General Public License v3.0
4 stars 16 forks source link

Fix tater collection preventing interaction #155

Closed haykam821 closed 1 year ago

haykam821 commented 1 year ago

A bug was introduced in #150 which prevented taters from being interacted with because tater collection was attempted first, short-circuiting the entire interaction. This pull request resolves this bug by removing the short-circuiting behavior of tater collection.