aboutsummaryrefslogtreecommitdiff
path: root/mp/src/utils/common/filesystem_tools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/utils/common/filesystem_tools.cpp')
-rw-r--r--mp/src/utils/common/filesystem_tools.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/mp/src/utils/common/filesystem_tools.cpp b/mp/src/utils/common/filesystem_tools.cpp
index b1306c59..9401c4ad 100644
--- a/mp/src/utils/common/filesystem_tools.cpp
+++ b/mp/src/utils/common/filesystem_tools.cpp
@@ -84,9 +84,6 @@ bool FileSystem_Init_Normal( const char *pFilename, FSInitType_t initType, bool
if ( FileSystem_GetFileSystemDLLName( fileSystemDLLName, MAX_PATH, bSteam ) != FS_OK )
return false;
- // If we're under Steam we need extra setup to let us find the proper modules
- FileSystem_SetupSteamInstallPath();
-
// Next, load the module, call Connect/Init.
CFSLoadModuleInfo loadModuleInfo;
loadModuleInfo.m_pFileSystemDLLName = fileSystemDLLName;