Removed debug print statement
This commit is contained in:
@@ -64,7 +64,6 @@ public class Utilities {
|
|||||||
return WorthConfig.prices.getDouble(item.getType());
|
return WorthConfig.prices.getDouble(item.getType());
|
||||||
double price = -1;
|
double price = -1;
|
||||||
List<Recipe> recipes = Bukkit.getRecipesFor(item);
|
List<Recipe> recipes = Bukkit.getRecipesFor(item);
|
||||||
System.out.println(item.getType());
|
|
||||||
for (Recipe recipe : recipes) {
|
for (Recipe recipe : recipes) {
|
||||||
double possiblePrice;
|
double possiblePrice;
|
||||||
if (recipe instanceof ShapedRecipe shapedRecipe) {
|
if (recipe instanceof ShapedRecipe shapedRecipe) {
|
||||||
|
|||||||
Reference in New Issue
Block a user