forked from OpenWF/SpaceNinjaServer
fix: don't set IsNew on CrewShipWeapons (#1682)
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: OpenWF/SpaceNinjaServer#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:
parent
66dae6d3f8
commit
850a073594
@ -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