v2.3.6
Bug Fixes
Used aircraft listings could get stuck unpurchasable (FSC-4034)
A small number of used aircraft were showing in the marketplace but throwing "This listing is no longer available." when you clicked Buy. The aircraft stayed on the marketplace afterwards, so the next person clicking Buy hit the same error, and so on.
Two things were going on. The first was a price cap that kicks in if the aircraft's current market value drifts below the asking price (introduced as part of the FSC-4029 anti-exploit work). On player-to-player listings, a sweep cleans those up every 15 minutes; in the gap between sweeps a listing could sit visible-but-unpurchasable. The fix retires the listing on the spot the first time a buyer hits the cap, so it leaves the marketplace immediately instead of trapping the next buyer too.
The second was the same cap firing on broker (FSCharter-owned) listings, where it was never supposed to apply. The cap exists to stop a player-to-player exploit that has no equivalent in broker sales. When market saturation drove the calculated value below the broker's decay floor, those listings became stuck unpurchasable with no cleanup. Brokers are now exempt from the cap, and any previously-stuck broker listings are buyable again.