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:
parent
7f8b081b8c
commit
9a88730ba8
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#define VM_ANY
|
||||
#endif
|
||||
|
||||
#if (defined(HAVE_CLIENT) || defined(HAVE_SERVER)) && defined(WEBCLIENT)
|
||||
#if (defined(HAVE_CLIENT) || defined(HAVE_SERVER)) && defined(WEBCLIENT) && defined(PACKAGEMANAGER)
|
||||
#define MANIFESTDOWNLOADS
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue