mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
FS9 plugin cleanup
* Make host & lobby client plugin-global * Post-rebase cleanups (FSX too)
This commit is contained in:
committed by
Roland Winklmeier
parent
b3b3f65ee3
commit
3897fb2d1a
@@ -59,7 +59,7 @@ namespace BlackSimPlugin
|
||||
.arg(QLatin1Char(48 + (0x0f & (FSUIPC_Version >> 16))))
|
||||
.arg((FSUIPC_Version & 0xffff) ? "a" + (FSUIPC_Version & 0xff) - 1 : "");
|
||||
this->m_fsuipcVersion = QString("FSUIPC %1 (%2)").arg(ver).arg(sim);
|
||||
CLogMessage(this).info("FSUIPC connected: %1") << this->m_fsuipcVersion;
|
||||
// CLogMessage(this).info("FSUIPC connected: %1") << this->m_fsuipcVersion;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user