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
@@ -729,7 +729,7 @@ public class Brew implements Cloneable {
}
save(potionMeta);
potion.setItemMeta(potionMeta);
P.p.metricsForCreate(this);
P.p.metricsForCreate(true);
return potion;
}