Closed NBKRedSpy closed 5 months ago
Deployment count of 30 to 49 is using an invalid color of 282/255f.
pilotColor.OverrideWithColor(new Color(282 / 255f, 59 / 255f, 73 / 255f)); //Purple
Change to a valid color.
A user also mentioned that gold is showing up as red.
Fixed by v1.1.0
Deployment count of 30 to 49 is using an invalid color of 282/255f.
Change to a valid color.