From deacb7df619d567ca0eb7fea1e5407205d6c12c8 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Sun, 28 Aug 2022 13:06:08 -0500 Subject: [PATCH] Fixed VScript files from Mapbase manifests not being loaded properly --- sp/src/game/shared/mapbase/mapbase_shared.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp/src/game/shared/mapbase/mapbase_shared.cpp b/sp/src/game/shared/mapbase/mapbase_shared.cpp index 47e83ada..43790ca5 100644 --- a/sp/src/game/shared/mapbase/mapbase_shared.cpp +++ b/sp/src/game/shared/mapbase/mapbase_shared.cpp @@ -473,7 +473,7 @@ public: void LoadFromValue( const char *value, int type, bool bDontWarn ) { - if (!filesystem->FileExists(value, "MOD")) + if (type != MANIFEST_VSCRIPT && !filesystem->FileExists(value, "MOD")) { if (!bDontWarn) {