mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Formatting, #825 (matching)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
eabb576b67
commit
35c685b344
@@ -405,7 +405,7 @@ namespace BlackMisc
|
||||
if (score == 0) { return 0; }
|
||||
if (this->isAirlineStandardLivery() && !preferColorLiveries) { score += 10; }
|
||||
|
||||
// overrate non airline liveries
|
||||
// overrate non airline liveries / color liveries
|
||||
if (preferColorLiveries)
|
||||
{
|
||||
if (this->isColorLivery() || !this->hasValidAirlineDesignator())
|
||||
|
||||
Reference in New Issue
Block a user