Merge pull request #312 from AruMoon/add-master-server

Add new master server
This commit is contained in:
nillerusr 2023-12-30 11:44:00 +03:00 committed by GitHub
commit 29985681a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,8 @@ extern ConVar sv_lan;
static char g_MasterServers[][64] = static char g_MasterServers[][64] =
{ {
"185.192.97.130:27010", "185.192.97.130:27010",
"168.138.92.21:27016" "168.138.92.21:27016",
"135.125.188.162:27010"
}; };
#ifdef DEDICATED #ifdef DEDICATED