Not needed

This commit is contained in:
Hugo Kerstens 2016-03-26 15:22:23 +01:00
parent 5bca3a97ec
commit 41707ca867

View File

@ -146,7 +146,6 @@ public class EntityPackets {
public void handle(PacketWrapper wrapper) throws Exception {
Item stack = wrapper.get(Type.ITEM, 0);
ItemRewriter.toClient(stack);
wrapper.set(Type.ITEM, 0, stack);
}
});
// Blocking