Typo getRefrenceItem

This commit is contained in:
thatsIch
2014-09-21 02:11:36 +02:00
parent 6b0852ec80
commit ebf4519c3e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ public class InternalSlotME
public IAEItemStack getAEStack()
{
return repo.getRefrenceItem( offset );
return repo.getReferenceItem( offset );
}
public boolean hasPower()