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:
parent
3d337447b3
commit
1e9364cfdc
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user