Fixed VScript files from Mapbase manifests not being loaded properly

This commit is contained in:
Blixibon 2022-08-28 13:06:08 -05:00
parent 392746f725
commit deacb7df61

View File

@ -473,7 +473,7 @@ public:
void LoadFromValue( const char *value, int type, bool bDontWarn ) void LoadFromValue( const char *value, int type, bool bDontWarn )
{ {
if (!filesystem->FileExists(value, "MOD")) if (type != MANIFEST_VSCRIPT && !filesystem->FileExists(value, "MOD"))
{ {
if (!bDontWarn) if (!bDontWarn)
{ {