We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3266be5 commit fa9477fCopy full SHA for fa9477f
Server/Server/PacketHandlers/ByteBuffer.cpp
@@ -172,7 +172,7 @@ ByteBuffer& ByteBuffer::operator << (std::string const& value)
172
return *this;
173
}
174
175
-// Stores float value in stream
+// Stores stream from another buffer in this buffer
176
ByteBuffer& ByteBuffer::operator << (ByteBuffer const& value)
177
{
178
append((uint8_t const*)&value.GetStorage()[0], value.GetStorage().size());
0 commit comments