Skip to content

Commit

Permalink
Fix recipe formed cancelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 4, 2016
1 parent 4d04c32 commit 9609619
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -139,6 +139,7 @@ public void onRecipeFormed(PrepareItemCraftEvent event) {
}
}
player = dEntity.getPlayerFrom(humanEntity);
cancelled = false;
fire();
if (cancelled) {
inventory.setResult(null);
Expand Down

0 comments on commit 9609619

Please sign in to comment.