mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Set host application name for vatlib to "None".
The idea is if you are an addon and running inside the simulator process you can put his name there. Since swift does (not yet) run as an addon, set it to "None" instead.
This commit is contained in:
@@ -72,7 +72,7 @@ namespace BlackCore
|
||||
|
||||
m_net.reset(Vat_CreateNetworkSession(vatServerLegacyFsd, CProject::systemNameAndVersionChar(),
|
||||
CProject::versionMajor(), CProject::versionMinor(),
|
||||
CProject::simulatorsChar(), CLIENT_PUBLIC_ID, CLIENT_PRIVATE_KEY,
|
||||
"None", CLIENT_PUBLIC_ID, CLIENT_PRIVATE_KEY,
|
||||
clientCapabilities));
|
||||
|
||||
Vat_SetStateChangeHandler(m_net.data(), onConnectionStatusChanged, this);
|
||||
|
||||
Reference in New Issue
Block a user