mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-12-18 09:50:25 +00:00
updates
This commit is contained in:
@@ -343,6 +343,9 @@ namespace Esyur.Net.Packets
|
||||
var cl = data.GetUInt32(offset);
|
||||
offset += 4;
|
||||
|
||||
if (NotEnough(offset, ends, cl))
|
||||
return -dataLengthNeeded;
|
||||
|
||||
Content = data.Clip(offset, cl);
|
||||
offset += cl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user