1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-29 11:24:19 +01:00

Disable VDF plugin loading on Source2 until KV issues are worked out.

This commit is contained in:
Nicholas Hastings 2015-09-22 07:33:50 -04:00
parent c9dae39e6b
commit 81d2973129

View File

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