Typo defintion
This commit is contained in:
parent
eb9a266f3a
commit
e43a9b697d
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ public class Ingredient implements IIngredient
|
||||||
}
|
}
|
||||||
catch (IllegalArgumentException e)
|
catch (IllegalArgumentException e)
|
||||||
{
|
{
|
||||||
throw new RecipeError( tmpName + " is not a valid ae2 item defintion." );
|
throw new RecipeError( tmpName + " is not a valid ae2 item definition." );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue