[Download] Enable when running as client.

This fixes mods being unusable in private matches.
This commit is contained in:
/dev/urandom 2018-03-27 00:53:47 +02:00 committed by TheApadayo
parent 2ce756c9a0
commit 46a340af3d

View File

@ -802,7 +802,7 @@ namespace Components
Download::Download()
{
if (Dedicated::IsEnabled())
if (!ZoneBuilder::IsEnabled())
{
Download::Terminate = false;
ZeroMemory(&Download::Mgr, sizeof Download::Mgr);