Fix PickBlock 'ghost item' bug when picking with a item selected.

This commit is contained in:
LexManos 2012-08-13 23:05:39 -07:00
parent 2a8a917fdd
commit de43520870
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ public class ForgeHooks
}
player.inventory.setInventorySlotContents(slot, result);
player.inventory.currentItem = slot;
return true;
}
}