1
0
Fork 0
forked from fte/fteqw

Properly fix TW dedicated servers.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5646 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2020-03-08 17:56:34 +00:00
parent 7f8b081b8c
commit 9a88730ba8

View file

@ -569,7 +569,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define VM_ANY #define VM_ANY
#endif #endif
#if (defined(HAVE_CLIENT) || defined(HAVE_SERVER)) && defined(WEBCLIENT) #if (defined(HAVE_CLIENT) || defined(HAVE_SERVER)) && defined(WEBCLIENT) && defined(PACKAGEMANAGER)
#define MANIFESTDOWNLOADS #define MANIFESTDOWNLOADS
#endif #endif