Skip to content

Commit

Permalink
Update TagPacket.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanae6 authored Jun 21, 2024
1 parent e160acc commit 8e7988b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shared/Packet/Packets/TagPacket.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public struct TagPacket : IPacket {
public byte Seconds;
public ushort Minutes;

public short Size => 6;
public short Size => 5;

public void Serialize(Span<byte> data) {
MemoryMarshal.Write(data, ref UpdateType);
Expand All @@ -30,4 +30,4 @@ public enum TagUpdate : byte {
Time = 1,
State = 2
}
}
}

0 comments on commit 8e7988b

Please sign in to comment.