morenocheats

This commit is contained in:
Orlin Dyankov 2022-07-08 23:54:00 +03:00
parent 73c48dd913
commit 9775f7f350
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ public struct PacketHeader : IPacket {
public PacketType Type;
public short PacketSize;
public static short StaticSize => 22;
public static short StaticSize => 20;
public short Size => StaticSize;
public void Serialize(Span<byte> data) {