[Download] Enable when running as client.
This fixes mods being unusable in private matches.
This commit is contained in:
parent
2ce756c9a0
commit
46a340af3d
@ -802,7 +802,7 @@ namespace Components
|
||||
|
||||
Download::Download()
|
||||
{
|
||||
if (Dedicated::IsEnabled())
|
||||
if (!ZoneBuilder::IsEnabled())
|
||||
{
|
||||
Download::Terminate = false;
|
||||
ZeroMemory(&Download::Mgr, sizeof Download::Mgr);
|
||||
|
Loading…
Reference in New Issue
Block a user