No-Not-Jaden / NotBounties

This Minecraft plugin is a detailed bounties add-on. There are many unique features with more to come!
3 stars 1 forks source link

Don't use `assert meta != null` #1

Closed srnyx closed 4 months ago

srnyx commented 4 months ago

Not all items actually have meta (such as AIR), so it's best to just return the ItemStack if it doesn't Also, assert should only ever be used in testing, as it causes errors such as these to occur in production