0
0
Fork 0
mirror of https://github.com/Sanae6/SmoOnlineServer.git synced 2024-11-21 18:55:17 +00:00

Update TagPacket.cs

This commit is contained in:
Aubrey 2024-06-21 15:22:06 -06:00
parent 3affb59eb9
commit 6ec213b4be

View file

@ -9,7 +9,7 @@ public struct TagPacket : IPacket {
public byte Seconds; public byte Seconds;
public ushort Minutes; public ushort Minutes;
public short Size => 6; public short Size => 5;
public void Serialize(Span<byte> data) { public void Serialize(Span<byte> data) {
MemoryMarshal.Write(data, ref UpdateType); MemoryMarshal.Write(data, ref UpdateType);