possibility to build smaller barrel

This commit is contained in:
Sn0wStorm
2013-04-29 09:50:19 +02:00
parent 23a9f2340a
commit a7db7ff833
4 changed files with 138 additions and 16 deletions
+3 -2
View File
@@ -142,8 +142,9 @@ public class BIngredients {
}
}
}
P.p.log("best recipe: "+bestRecipe.getName(5)+" has Quality= "+quality);
if(bestRecipe != null){
P.p.log("best recipe: "+bestRecipe.getName(5)+" has Quality= "+quality);
}
return bestRecipe;
}