Add new master server

This commit is contained in:
AruMoon 2023-10-25 05:18:51 +05:00
parent b8558de63e
commit 8f8c2556b7

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