From f151cbf54e30fa9a4a1c7f871e6a378f5cb693b7 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 30 Dec 2022 23:49:04 +0100 Subject: [PATCH] fix(packets): make st packet buff vnums a read only list instead of list --- Packets/NosSmooth.Packets/Server/Entities/StPacket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packets/NosSmooth.Packets/Server/Entities/StPacket.cs b/Packets/NosSmooth.Packets/Server/Entities/StPacket.cs index 8ac2906..46bf2cf 100644 --- a/Packets/NosSmooth.Packets/Server/Entities/StPacket.cs +++ b/Packets/NosSmooth.Packets/Server/Entities/StPacket.cs @@ -42,5 +42,5 @@ public record StPacket [PacketIndex(7)] long Mp, [PacketListIndex(8, ListSeparator = ' ', IsOptional = true)] - List? BuffVNums + IReadOnlyList? BuffVNums ) : IPacket; \ No newline at end of file -- 2.49.0