Added some more Custom Metrics Charts

This commit is contained in:
Sn0wStorm
2019-11-24 19:06:35 +01:00
parent 32b6c3c4b1
commit 3b9f9ae26d
6 changed files with 92 additions and 13 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ public class BIngredients {
}
brew.save(potionMeta);
potion.setItemMeta(potionMeta);
P.p.metricsForCreate(brew);
P.p.metricsForCreate(false);
return potion;
}