chore: Update AFV URL

Fixes #255
This commit is contained in:
Lars Toenning
2024-01-27 22:05:37 +01:00
parent bebd5600bb
commit 882ae3b741
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ int main(int argc, char *argv[])
CAfvMapReader *afvMapReader = new CAfvMapReader(&a);
afvMapReader->updateFromMap();
CAfvClient *voiceClient = new CAfvClient("https://voice1.vatsim.uk", &qa);
CAfvClient *voiceClient = new CAfvClient("https://voice1.vatsim.net", &qa);
voiceClient->start(QThread::TimeCriticalPriority); // background thread
CAfvClientBridge *voiceClientBridge = new CAfvClientBridge(voiceClient, &qa);