Make Metrics work again

This commit is contained in:
Sn0wStorm
2019-11-23 19:59:53 +01:00
parent fa2a4974d8
commit a1c0116650
5 changed files with 66 additions and 21 deletions
+1
View File
@@ -729,6 +729,7 @@ public class Brew implements Cloneable {
}
save(potionMeta);
potion.setItemMeta(potionMeta);
P.p.metricsForCreate(this);
return potion;
}