Remove Checking Files spam

This commit is contained in:
Ashnal 2020-07-02 21:48:45 -04:00
parent f2990180f6
commit 8790661b20

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 ...
{