~ruther/NosSmooth

5ed61e070ec44f8ce5b0462bd2111028cbec3eb6 — Rutherther 3 years ago 6179ae3
fix(packets): make correct types in gp packet
1 files changed, 2 insertions(+), 2 deletions(-)

M Packets/NosSmooth.Packets/Server/Portals/GpPacket.cs
M Packets/NosSmooth.Packets/Server/Portals/GpPacket.cs => Packets/NosSmooth.Packets/Server/Portals/GpPacket.cs +2 -2
@@ 27,11 27,11 @@ public record GpPacket
    [PacketIndex(1)]
    short Y,
    [PacketIndex(2)]
    short TargetMapId,
    int TargetMapId,
    [PacketIndex(3)]
    PortalType? PortalType,
    [PacketIndex(4)]
    int PortalId,
    long PortalId,
    [PacketIndex(5)]
    bool IsDisabled
) : IPacket;
\ No newline at end of file

Do not follow this link