Replace call to simple getter from within class with inlined version
This commit is contained in:
@@ -303,7 +303,7 @@ public class ShapedRecipe implements IRecipe, IRecipeBakeable
|
||||
try
|
||||
{
|
||||
this.disable = false;
|
||||
for (Object o : this.getInput())
|
||||
for (Object o : this.input )
|
||||
{
|
||||
if ( o instanceof IIngredient )
|
||||
((IIngredient) o).bake();
|
||||
|
||||
Reference in New Issue
Block a user