1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-20 13:54:14 +01:00

Load activities now finish when filesystem iface cannot be found (bug 4958, r=DS).

This commit is contained in:
Nicholas Hastings 2011-06-18 14:14:47 -04:00
parent e322718546
commit 8d7e8e26b7

View File

@ -131,7 +131,6 @@ void BaseProvider::Notify_DLLInit_Pre(CreateInterfaceFn engineFactory,
if (baseFs == NULL)
{
mm_LogMessage("Unable to find \"%s\": .vdf files will not be parsed", FILESYSTEM_INTERFACE_VERSION);
return;
}
#if SOURCE_ENGINE >= SE_ORANGEBOX