mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-09 03:18:29 +00:00
Disable Dota 2 search path fixups until newer IFileSystem changes can be
better reversed.
This commit is contained in:
parent
c17798868f
commit
462babab06
@ -184,7 +184,7 @@ void BaseProvider::Notify_DLLInit_Pre(CreateInterfaceFn engineFactory,
|
|||||||
mm_LogMessage("Unable to find \"%s\": .vdf files will not be parsed", FILESYSTEM_INTERFACE_VERSION);
|
mm_LogMessage("Unable to find \"%s\": .vdf files will not be parsed", FILESYSTEM_INTERFACE_VERSION);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if SOURCE_ENGINE == SE_DOTA
|
#if SOURCE_ENGINE == SE_DOTA && 0
|
||||||
// Since we have to be added as a Game path (cannot add GameBin directly), we
|
// Since we have to be added as a Game path (cannot add GameBin directly), we
|
||||||
// automatically get added to other paths as well, including having the MM:S
|
// automatically get added to other paths as well, including having the MM:S
|
||||||
// dir become the default write path for logs and more. We can fix some of these.
|
// dir become the default write path for logs and more. We can fix some of these.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user