~ruther/NosSmooth

af8198ee107afb62e22c88a5b4f53cee4c68701a — František Boháček 3 years ago 37530fc
fix: remove InnerSeparator from in subpackets
1 files changed, 3 insertions(+), 3 deletions(-)

M Core/NosSmooth.Packets/Packets/Server/Entities/InPacket.cs
M Core/NosSmooth.Packets/Packets/Server/Entities/InPacket.cs => Core/NosSmooth.Packets/Packets/Server/Entities/InPacket.cs +3 -3
@@ 44,10 44,10 @@ public record InPacket
    short PositionY,
    [PacketConditionalIndex(7, "EntityType", true, EntityType.Object)]
    byte? Direction,
    [PacketConditionalIndex(8, "EntityType", false, EntityType.Player, InnerSeparator = ' ')]
    [PacketConditionalIndex(8, "EntityType", false, EntityType.Player)]
    InPlayerSubPacket? PlayerSubPacket,
    [PacketConditionalIndex(9, "EntityType", false, EntityType.Object, InnerSeparator = ' ')]
    [PacketConditionalIndex(9, "EntityType", false, EntityType.Object)]
    InItemSubPacket? ItemSubPacket,
    [PacketConditionalIndex(10, "EntityType", true, EntityType.Player, EntityType.Object, InnerSeparator = ' ')]
    [PacketConditionalIndex(10, "EntityType", true, EntityType.Player, EntityType.Object)]
    InNonPlayerSubPacket? NonPlayerSubPacket
) : IPacket;
\ No newline at end of file

Do not follow this link