~ruther/NosSmooth

00a2c9bab057ec40aef278ca43047ebc9d2041c5 — František Boháček 3 years ago bb6a1e8
fix: fix attribute indexes in walk packet
1 files changed, 3 insertions(+), 3 deletions(-)

M Core/NosSmooth.Packets/Packets/Client/Movement/WalkPacket.cs
M Core/NosSmooth.Packets/Packets/Client/Movement/WalkPacket.cs => Core/NosSmooth.Packets/Packets/Client/Movement/WalkPacket.cs +3 -3
@@ 28,10 28,10 @@ public record WalkPacket
(
    [PacketIndex(0)]
    short PositionX,
    [PacketIndex(2)]
    [PacketIndex(1)]
    short PositionY,
    [PacketIndex(3)]
    [PacketIndex(2)]
    byte CheckSum,
    [PacketIndex(4)]
    [PacketIndex(3)]
    short Speed
) : IPacket;
\ No newline at end of file

Do not follow this link