removed OBE comment

This commit is contained in:
SpaceToad 2014-03-29 17:53:31 +01:00
parent aea014b346
commit aa858467a1

View file

@ -10,13 +10,6 @@ package buildcraft.core.network;
import io.netty.buffer.ByteBuf;
/**
* Alternative Packet Payload system.
*
* Note, you cannot use a Stream payload and the TileNetworkData annotation at
* the same time. Attempting to do will most likely result in a class cast
* exception somewhere.
*/
public class PacketPayload {
public static interface StreamWriter {