From 46a340af3d66f4e8285f53565f7f841cc7cdde18 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Tue, 27 Mar 2018 00:53:47 +0200 Subject: [PATCH] [Download] Enable when running as client. This fixes mods being unusable in private matches. --- src/Components/Modules/Download.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Modules/Download.cpp b/src/Components/Modules/Download.cpp index 3abdf5d5..27ee8de6 100644 --- a/src/Components/Modules/Download.cpp +++ b/src/Components/Modules/Download.cpp @@ -802,7 +802,7 @@ namespace Components Download::Download() { - if (Dedicated::IsEnabled()) + if (!ZoneBuilder::IsEnabled()) { Download::Terminate = false; ZeroMemory(&Download::Mgr, sizeof Download::Mgr);