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
@@ -173,6 +173,7 @@ public class BIngredients {
}
brew.save(potionMeta);
potion.setItemMeta(potionMeta);
P.p.metricsForCreate(brew);
return potion;
}