Changed access to use this qualifier
This commit is contained in:
@@ -67,7 +67,7 @@ public class TileItemGen extends AEBaseTile implements IInventory
|
||||
@Override
|
||||
public ItemStack getStackInSlot(int i)
|
||||
{
|
||||
return getRandomItem();
|
||||
return this.getRandomItem();
|
||||
}
|
||||
|
||||
private ItemStack getRandomItem()
|
||||
|
||||
Reference in New Issue
Block a user