diff --git a/src/connection.cpp b/src/connection.cpp index 127cabdc..5bf47f13 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -353,9 +353,11 @@ SharedBuffer IncomingSplitBuffer::insert(BufferedPacket &p, bool reliable) <<" != sp->reliable="<reliable <chunks.find(chunk_num) != NULL) - throw AlreadyExistsException("Chunk already in buffer"); + return SharedBuffer(); // Cut chunk data out of packet u32 chunkdatasize = p.data.getSize() - headersize;