Fixed Bug: #0737 - Searching and crafting

This commit is contained in:
AlgorithmX2
2014-07-27 12:31:25 -05:00
parent 823fa4bd73
commit 4790ab51e0
2 changed files with 18 additions and 1 deletions
+8 -1
View File
@@ -42,12 +42,19 @@ public class PacketSwitchGuis extends AppEngPacket
}
}
@Override
public void clientPacketData(INetworkInfo network, AppEngPacket packet, EntityPlayer player)
{
AEBaseGui.switchingGuis = true;
}
// api
public PacketSwitchGuis(GuiBridge newGui) throws IOException {
this.newGui = newGui;
AEBaseGui.switchingGuis = true;
if ( Platform.isClient() )
AEBaseGui.switchingGuis = true;
ByteBuf data = Unpooled.buffer();