summaryrefslogtreecommitdiff
path: root/src/ui/ui_main.c
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2015-04-18 15:52:27 -0500
committerJeff Kent <jeff@jkent.net>2015-06-08 17:01:01 -0500
commit716b3ff876671b1711814cf99ae8e7264147c87a (patch)
tree29edb378d00e108d272f5f8b0f3109b774cbfa27 /src/ui/ui_main.c
parentb2a8e63c896467f5edea2a49d8b536957845c9dd (diff)
change the serverlist-querying methods to be compatible with the current deployment of master servers
Diffstat (limited to 'src/ui/ui_main.c')
-rw-r--r--src/ui/ui_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c
index 1e6ddad7..74a937a8 100644
--- a/src/ui/ui_main.c
+++ b/src/ui/ui_main.c
@@ -1120,7 +1120,7 @@ static void UI_StartServerRefresh( qboolean full )
{
qboolean global = ui_netSource.integer == AS_GLOBAL;
- trap_Cmd_ExecuteText( EXEC_APPEND, va( "globalservers %d full empty\n",
+ trap_Cmd_ExecuteText( EXEC_APPEND, va( "globalservers %d 70 full empty\n",
global ? 0 : 1 ) );
}
}