Update Insolator.java

This commit is contained in:
Yulife 2015-08-16 16:47:39 +02:00
parent 4e7da8fa84
commit 28b835e733

View file

@ -97,7 +97,7 @@ public class Insolator {
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@ZenMethod
public static void removeRecipe(IIngredient input1, IIngredient input2) {
public static void removeRecipe(IIngredient input2, IIngredient input1) {
List<RecipeInsolator> recipes = new LinkedList<RecipeInsolator>();
for(RecipeInsolator recipe : InsolatorManager.getRecipeList()) {