Add new master server

This commit is contained in:
AruMoon 2023-10-25 05:18:51 +05:00
parent 9fbed1af34
commit 41638048b7

View file

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