!removed unused method

This commit is contained in:
ASangarin 2020-12-09 17:50:46 +01:00
parent 09ebde5676
commit e778bb085d

View File

@ -37,10 +37,6 @@ public class CraftItemExperienceSource extends SpecificExperienceSource<Material
};
}
private void debug(Object s1, Object s2) {
System.out.println("[DEBUG] " + s1 + ": " + s2);
}
@Override
public boolean matches(PlayerData player, Material obj) {
return material == obj && hasRightClass(player);