opensky-to / agent

OpenSky Flight Tracking Agent
https://opensky.to
Other
0 stars 2 forks source link

XPlane connector engine type switch statement in 3 places and only one fixed :( #76

Closed markus-korbel closed 9 months ago

markus-korbel commented 9 months ago

this.fuelWeight = (int)value switch { 0 => 6, 1 => 6, 2 => 6.7, 3 => 0, // Electric engine 4 => 6.7, 5 => 6.7, 6 => 0, // Rocket 7 => 0, // Tip rockets 8 => 6.7, _ => 0 };

This is outdated, new one goes to 10