mcgrizzz / ProRecipes

It's up now.
GNU General Public License v2.0
11 stars 13 forks source link

Add null check to afterCraft() event handler #1

Closed BenWoodworth closed 7 years ago

BenWoodworth commented 7 years ago

When looping through crafting grid items in the CraftItemEvent, items are being accessed while potentially null.

In response to the stack trace in this issue: https://github.com/BenWoodworth/FastCraft/issues/94#issuecomment-285440705