Client inventory fix

master
mDiyo 2013-05-03 21:49:48 -07:00
parent d132f1096f
commit c869c2a73d
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ public class TProxyClient extends TProxyCommon
public static void openInventoryGui()
{
if (mc == null)
mc = Minecraft.getMinecraft();
mc.displayGuiScreen(new GuiInventory(mc.thePlayer));
addTabsToInventory();
}