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 eff1f3d78c

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