mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
refs #640, support for simulator in distributor
* changed backend (JSON) and added support for simulator data * get distributors by simulator * renamed to setSimulator / getSimulator
This commit is contained in:
@@ -72,7 +72,7 @@ namespace BlackMisc
|
||||
for (const CAircraftCfgEntries &entries : (*this))
|
||||
{
|
||||
CAircraftModel m(entries.toAircraftModel());
|
||||
m.setSimulatorInfo(simInfo);
|
||||
m.setSimulator(simInfo);
|
||||
ml.push_back(m);
|
||||
}
|
||||
return ml;
|
||||
|
||||
Reference in New Issue
Block a user