Skip to content

Commit

Permalink
Fix item craft determination
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 12, 2016
1 parent 12268d7 commit e7de57e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -93,6 +93,7 @@ public boolean applyDetermination(ScriptContainer container, String determinatio
if (dItem.matches(determination)) {
result = dItem.valueOf(determination);
resultChanged = true;
return true;
}

return super.applyDetermination(container, determination);
Expand Down

0 comments on commit e7de57e

Please sign in to comment.