FIxed flea not showing any weapons correctly - there are still issues with weapons on flea

This commit is contained in:
Chomp
2025-02-01 18:07:41 +00:00
parent ecf9540514
commit 9ca8655758
+1 -1
View File
@@ -372,7 +372,7 @@ public class RagfairOfferHelper(
// Weapon/equipment search + offer is preset
if (
searchRequest.BuildItems.Count == 0 && // Prevent equipment loadout searches filtering out presets
searchRequest.BuildCount is not null &&
searchRequest.BuildCount.GetValueOrDefault(0) > 0 &&
_presetHelper.HasPreset(offerRootItem.Template))
{
return false;