Typo OreRefrence

This commit is contained in:
thatsIch
2014-09-20 23:35:55 +02:00
parent 63331d8d49
commit cc717a2491
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ public final class ItemList<StackType extends IAEStack> implements IItemList<Sta
AEItemStack ais = (AEItemStack) filter;
if ( ais.isOre() )
{
OreRefrence or = ais.def.isOre;
OreReference or = ais.def.isOre;
if ( or.getAEEquivilients().size() == 1 )
{
IAEItemStack is = or.getAEEquivilients().get( 0 );