From 2dd04e69725fcb96b43aeac13aa03c8a863e9cd3 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Wed, 15 Jun 2011 22:25:13 +0000 Subject: - Don't try to load QVM/DLL files on pure servers - Fallback after failed DLL load will be VMI_COMPILED, not INTERPRETED --- src/qcommon/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qcommon/files.c') diff --git a/src/qcommon/files.c b/src/qcommon/files.c index 66cef9a3..e2ca20d0 100644 --- a/src/qcommon/files.c +++ b/src/qcommon/files.c @@ -1370,7 +1370,7 @@ vmInterpret_t FS_FindVM(void **startSearch, char *found, int foundlen, const cha while(search) { - if(search->dir) + if(search->dir && !fs_numServerPaks) { dir = search->dir; -- cgit