fix: don't set IsNew on CrewShipWeapons (#1682)
Some checks failed
Build Docker image / docker (push) Successful in 59s
Build / build (push) Has been cancelled

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

Reviewed-on: #1682
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
Sainan 2025-04-16 10:37:40 -07:00 committed by Sainan
parent 66dae6d3f8
commit 850a073594

View File

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