Skip to content

Commit

Permalink
Add new master server
Browse files Browse the repository at this point in the history
  • Loading branch information
AruMoon committed Oct 25, 2023
1 parent b8558de commit 8f8c255
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engine/masterserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f8c255

Please sign in to comment.