Only disable downloads in TESTER builds and -nodownload, not always.

This commit is contained in:
toaster 2022-02-03 22:03:04 +00:00
parent 0f4feb0161
commit c8517007c6

View file

@ -282,7 +282,7 @@ boolean CL_CheckDownloadable(void)
}
// Downloading locally disabled
#if 0
#ifndef TESTERS
if (!dlstatus && M_CheckParm("-nodownload"))
dlstatus = 3;