Client inventory fix
This commit is contained in:
parent
d132f1096f
commit
c869c2a73d
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user