mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Ref T85, minor improvements on server type
* UI: generic generation of combobox * UI: Read only for combobox * CServer utility functions
This commit is contained in:
@@ -127,7 +127,7 @@ namespace BlackCore
|
||||
VatServerType serverType;
|
||||
switch (m_server.getServerType())
|
||||
{
|
||||
case CServer::ServerVatsim: serverType = vatServerVatsim; break;
|
||||
case CServer::FSDServerVatsim: serverType = vatServerVatsim; break;
|
||||
default: serverType = vatServerLegacyFsd; break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user