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
@@ -160,7 +160,7 @@ public class GuiNetworkStatus extends AEBaseGui implements ISortSource
for (int z = viewStart; z < Math.min( viewEnd, repo.size() ); z++)
{
IAEItemStack refStack = repo.getRefrenceItem( z );
IAEItemStack refStack = repo.getReferenceItem( z );
if ( refStack != null )
{
GL11.glPushMatrix();