Version 2.0.0:

* Remove debug message
This commit is contained in:
PretzelJohn 2022-09-04 06:39:10 -04:00
parent bf50f2e494
commit 78b7220914
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ public class CustomRecipe {
this.player = player;
this.original = original;
this.type = instance.getGroupManager().getType(player, original);
Util.consoleMsg(type);
ItemStack item1 = instance.getGroupManager().getItem1(player, type);
ItemStack item2 = instance.getGroupManager().getItem2(player, type);