mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +08:00
New FSD testserver (on swift machines)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d995bcf59c
commit
16c2881e6a
@@ -43,7 +43,7 @@ namespace BlackCore
|
||||
static const BlackMisc::Network::CServer &defaultValue()
|
||||
{
|
||||
using namespace BlackMisc::Network;
|
||||
static const CServer dv("Testserver", "Client project testserver", "vatsim-germany.org", 6809, CUser("guest", "Guest Client project", "", "guest"));
|
||||
static const CServer dv("Testserver", "Client project testserver", "fsd.swift-project.org", 6809, CUser("guest", "Guest Client project", "", "guest"));
|
||||
return dv;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user