Skip to content

Commit 374501f

Browse files
authored
Remove offline master server
1 parent 2998568 commit 374501f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

engine/masterserver.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ extern ConVar sv_lan;
3131
static char g_MasterServers[][64] =
3232
{
3333
"185.192.97.130:27010",
34-
"168.138.92.21:27016",
35-
"135.125.188.162:27010"
34+
"168.138.92.21:27016"
3635
};
3736

3837
#ifdef DEDICATED

0 commit comments

Comments
 (0)