mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-12 08:08:06 +00:00
Add new master server.
The domain form does not work properly on the dedicated server's Windows build. If you need to fix it, you can execute UseDefault() again after the program is fully loaded or use the console command "addmaster". Everything works fine on Linux.
This commit is contained in:
parent
29985681a1
commit
41c1d14b72
@ -32,7 +32,8 @@ static char g_MasterServers[][64] =
|
||||
{
|
||||
"185.192.97.130:27010",
|
||||
"168.138.92.21:27016",
|
||||
"135.125.188.162:27010"
|
||||
"157.173.106.37:27010",
|
||||
"oreo922.cn:27010"
|
||||
};
|
||||
|
||||
#ifdef DEDICATED
|
||||
|
Loading…
Reference in New Issue
Block a user