mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
[FG] Do not send modelstring or a shorter livery string for FG
* FG does not support modelstrings for "flyable" planes * remove unused setSimInfo functions, consolidated, cleanup * simulator dependent "getSwiftLiveryString" * encapsulated in getConfiguredLiveryString, getConfiguredModelString * see https://discordapp.com/channels/539048679160676382/567091362030419981/698124094482415616
This commit is contained in:
committed by
Mat Sutcliffe
parent
90e77ac9f1
commit
92d53a4077
@@ -43,7 +43,10 @@ namespace BlackMisc
|
||||
// set info if it wasn't set already
|
||||
if (m_info.isNoSimulator() && !m_simulator.isEmpty())
|
||||
{
|
||||
m_info = CSimulatorInfo(m_simulator);
|
||||
if (!this->isEmulatedPlugin())
|
||||
{
|
||||
m_info = CSimulatorInfo(m_simulator);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user