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:
parent
81d2973129
commit
508f39ae1b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user