Fixed with with Condenser, LevelEmiter, and Network Status Guis.

This commit is contained in:
AlgorithmX2
2014-02-15 22:33:13 -06:00
parent 934fd0ce18
commit 7d0127a7d8
6 changed files with 111 additions and 7 deletions
@@ -4,6 +4,7 @@ import io.netty.buffer.ByteBuf;
import java.lang.reflect.InvocationTargetException;
import net.minecraft.client.Minecraft;
import net.minecraft.entity.player.EntityPlayer;
import appeng.core.AELog;
import appeng.core.sync.AppEngPacket;
@@ -19,6 +20,8 @@ public class AppEngClientPacketHandler extends AppEngPacketHandlerBase implement
ByteBuf stream = packet.payload();
int packetType = -1;
player = Minecraft.getMinecraft().thePlayer;
try
{
packetType = stream.readInt();