Skip to content

Commit

Permalink
acqu's fix to get get all servers fixes #37
Browse files Browse the repository at this point in the history
  • Loading branch information
IR4T4 committed May 10, 2012
1 parent fa59711 commit 52ac4aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/ui_main.c
Expand Up @@ -10397,11 +10397,11 @@ static void UI_StartServerRefresh(qboolean full)
ptr = UI_Cvar_VariableString("debug_protocol");
if (*ptr)
{
trap_Cmd_ExecuteText(EXEC_APPEND, va("globalservers %d %s\n", 0, ptr));
trap_Cmd_ExecuteText(EXEC_APPEND, va("globalservers %d %s empty full\n", 0, ptr));
}
else
{
trap_Cmd_ExecuteText(EXEC_APPEND, va("globalservers %d %d\n", 0, (int)trap_Cvar_VariableValue("protocol")));
trap_Cmd_ExecuteText(EXEC_APPEND, va("globalservers %d %d empty full\n", 0, (int)trap_Cvar_VariableValue("protocol")));
}
}
}
Expand Down

0 comments on commit 52ac4aa

Please sign in to comment.