fix: don't set IsNew on CrewShipWeapons
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:
parent
379e83a764
commit
10c00d7967
@ -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
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user