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:
饼干922 2025-01-07 12:04:27 +08:00 committed by GitHub
parent 29985681a1
commit 41c1d14b72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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