Changed access to use this qualifier
This commit is contained in:
@@ -42,9 +42,9 @@ public class SlotFakeBlacklist extends SlotFakeTypeOnly
|
||||
@Override
|
||||
public int getIcon()
|
||||
{
|
||||
if ( getHasStack() )
|
||||
if ( this.getHasStack() )
|
||||
{
|
||||
return getStack().stackSize > 0 ? 16 + 14 : 14;
|
||||
return this.getStack().stackSize > 0 ? 16 + 14 : 14;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user