1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-03-21 12:28:56 +01:00

Fixed VDF plugin loading on core-legacy (ep1) on Linux (bug 4410, r=dvander).

This commit is contained in:
Scott Ehlert 2010-06-12 01:24:47 -04:00
parent 3d337447b3
commit 1e9364cfdc

View File

@ -336,7 +336,7 @@ bool LoadFromVDF(const char *file, bool &skipped)
g_PluginMngr.SetAlias(alias, plugin_file);
}
g_SmmAPI.GetFullPluginPath(file, full_path, sizeof(full_path));
g_SmmAPI.GetFullPluginPath(plugin_file, full_path, sizeof(full_path));
id = g_PluginMngr.Load(full_path, Pl_File, already, error, sizeof(error));
skipped = already;