fix IgnoreSSCPacket

This commit is contained in:
Cai 2026-01-28 22:44:38 +08:00
parent e93af1a3f9
commit eabeda92ae
No known key found for this signature in database
GPG key ID: 7D738D40768F4D11

View file

@ -614,7 +614,6 @@ namespace TShockAPI
} }
} }
player.IgnoreSSCPackets = false;
} }
public static void TrySendingItemArray(int plr, Item[] array, int slotStartIndex,int remoteClient = -1, int ignoreClient = -1) public static void TrySendingItemArray(int plr, Item[] array, int slotStartIndex,int remoteClient = -1, int ignoreClient = -1)