mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
Merge pull request #312 from AruMoon/add-master-server
Add new master server
This commit is contained in:
commit
29985681a1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user