Remove Checking Files spam

This commit is contained in:
Ashnal 2020-07-02 21:48:45 -04:00
parent b8fdd6b89c
commit 7da3d70f6c
1 changed files with 1 additions and 1 deletions

View File

@ -1956,7 +1956,7 @@ void CL_UpdateServerList(boolean internetsearch, INT32 room)
static boolean CL_FinishedFileList(void)
{
INT32 i;
CONS_Printf(M_GetText("Checking files...\n"));
//CONS_Printf(M_GetText("Checking files...\n"));
i = CL_CheckFiles();
if (i == 4) // still checking ...
{