Qualified field and method access

This commit is contained in:
yueh
2015-08-06 18:53:17 +02:00
parent 8234c6dbb5
commit a5287f6779
6 changed files with 21 additions and 21 deletions
@@ -219,7 +219,7 @@ public class PacketNEIRecipe extends AppEngPacket
// If that doesn't work, grab from the player's inventory
if( whichItem == null && playerInventory != null )
{
whichItem = extractItemFromPlayerInventory( player, realForFake, patternItem );
whichItem = this.extractItemFromPlayerInventory( player, realForFake, patternItem );
}
craftMatrix.setInventorySlotContents( x, whichItem );