mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-11 20:11:33 +03:00
Fixed VScript files from Mapbase manifests not being loaded properly
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user