fix: don't set IsNew on CrewShipWeapons
All checks were successful
Build / build (pull_request) Successful in 1m33s
Build / build (push) Successful in 1m30s

this indicator doesn't fully work for them as it seems the client doesn't clear it, so I assume they're not supposed to have it
This commit is contained in:
Sainan 2025-04-16 18:35:06 +02:00
parent 379e83a764
commit 10c00d7967

View File

@ -1066,7 +1066,7 @@ export const addEquipment = (
Configs: [], Configs: [],
XP: 0, XP: 0,
ModularParts: modularParts, ModularParts: modularParts,
IsNew: true IsNew: category != "CrewShipWeapons" ? true : undefined
}, },
defaultOverwrites defaultOverwrites
); );