干掉IgnoreSSCPackets

This commit is contained in:
Cai 2026-01-28 21:33:12 +08:00
parent 4f456346bf
commit 004a459bba
No known key found for this signature in database
GPG key ID: 7D738D40768F4D11
2 changed files with 3 additions and 1 deletions

View file

@ -611,8 +611,10 @@ namespace TShockAPI
var response = NetCreativeUnlocksPlayerReportModule.SerializeSacrificeRequest(player.Index,i, amount);
NetManager.Instance.SendToClient(response, player.Index);
}
}
player.IgnoreSSCPackets = false;
}
public static void TrySendingItemArray(int plr, Item[] array, int slotStartIndex,int remoteClient = -1, int ignoreClient = -1)