fix network packet so that they're threaded

This commit is contained in:
Raoul Van den Berge
2015-12-26 02:18:55 +01:00
parent f4ccd1e2ec
commit 9146a566b2
11 changed files with 59 additions and 73 deletions

View File

@@ -200,7 +200,7 @@ public class GuiGrid extends GuiBase
if (isHoveringOverValidSlot())
{
drawTooltip(mouseX, mouseY, items.get(hoveringSlotId).toItemStack());
drawTooltip(mouseX, mouseY, getItems().get(hoveringSlotId).toItemStack());
}
if (grid.getType() == EnumGridType.CRAFTING && isHoveringOverClear(mouseX, mouseY))