Add new master server
This commit is contained in:
parent
9fbed1af34
commit
41638048b7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue