mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
Ref T182, matching log can be used with calculateScore
This commit is contained in:
@@ -723,7 +723,7 @@ namespace BlackMisc
|
||||
|
||||
for (const CAircraftModel &model : *this)
|
||||
{
|
||||
const int score = model.calculateScore(remoteModel, preferColorLiveries);
|
||||
const int score = model.calculateScore(remoteModel, preferColorLiveries, log);
|
||||
if (ignoreZeroScores && score < 1) { continue; }
|
||||
scoreMap.insertMulti(score, model);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user