mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 02:18:30 +00: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)
|
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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user