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:
parent
c9dae39e6b
commit
81d2973129
@ -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)
|
||||
{
|
||||
#if SOURCE_ENGINE != SE_SOURCE2
|
||||
if (baseFs == NULL)
|
||||
#endif
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user