X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/ad5f8b2b71975ac8e92ddfa8cb65470074c14a46..87307c2ee852831a11b4dae8432ecb08a488f956:/projects/stargazer/plugin_runner.cpp

diff --git a/projects/stargazer/plugin_runner.cpp b/projects/stargazer/plugin_runner.cpp
index 0ecea273..e57a421e 100644
--- a/projects/stargazer/plugin_runner.cpp
+++ b/projects/stargazer/plugin_runner.cpp
@@ -71,7 +71,7 @@ return res;
 //-----------------------------------------------------------------------------
 int PLUGIN_RUNNER::Reload(const MODULE_SETTINGS & ms)
 {
-int res = m_plugin.Reload();
+int res = m_plugin.Reload(ms);
 errorStr = m_plugin.GetStrError();
 return res;
 }