mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 15:46:37 +00:00
Compression needs work but finished the eqstream abstraction layer otherwise.
This commit is contained in:
@@ -900,7 +900,8 @@ void EQ::Net::DaybreakConnection::Decompress(Packet &p, size_t offset, size_t le
|
||||
new_length = (uint32_t)length - 1;
|
||||
}
|
||||
else {
|
||||
return;
|
||||
memcpy(new_buffer, buffer, length);
|
||||
new_length = length;
|
||||
}
|
||||
|
||||
p.Resize(offset);
|
||||
|
||||
Reference in New Issue
Block a user