mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-18 09:35:50 +00:00
[Protocol] Remove bufferer::remaining_data_vec function and replace its usage
This commit is contained in:
parent
d61085b1ab
commit
8fe521749a
4 changed files with 5 additions and 7 deletions
|
|
@ -87,7 +87,7 @@ impl SplitPacket {
|
|||
compressed,
|
||||
decompressed_size,
|
||||
uncompressed_crc32,
|
||||
payload: buffer.remaining_data_vec(),
|
||||
payload: buffer.remaining_data().to_vec(),
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue