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

Re-enable plugin loading from VDF.

This commit is contained in:
Nicholas Hastings 2015-10-08 12:55:34 -04:00
parent 81d2973129
commit 508f39ae1b

View File

@ -525,9 +525,7 @@ ConVar *BaseProvider::CreateConVar(const char *name,
bool BaseProvider::ProcessVDF(const char *file, char path[], size_t path_len, char alias[], size_t alias_len)
{
#if SOURCE_ENGINE != SE_SOURCE2
if (baseFs == NULL)
#endif
{
return false;
}