mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +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
@@ -39,7 +39,7 @@ int main(int argc, char *argv[])
|
||||
CServer server("fsd.swift-project.org", 6809, user);
|
||||
server.setServerType(CServer::FSDServerVatsim);
|
||||
client.setServer(server);
|
||||
client.setSimType(SimType::XPLANE10);
|
||||
client.setSimType(CSimulatorInfo::xplane());
|
||||
client.setPilotRating(PilotRating::Student);
|
||||
client.printToConsole(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user