mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Change default UDP port for VATSIM voice to 3292
This commit is contained in:
committed by
Klaus Basan
parent
f8cc92341a
commit
6cb0ed583e
@@ -66,7 +66,7 @@ namespace BlackMisc
|
||||
static const CVoiceSetup &vatsimStandard();
|
||||
|
||||
private:
|
||||
int m_vatismVoiceUdpPort = 3290;
|
||||
int m_vatismVoiceUdpPort = 3292;
|
||||
|
||||
BLACK_METACLASS(
|
||||
CVoiceSetup,
|
||||
|
||||
Reference in New Issue
Block a user