X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/ad5f8b2b71975ac8e92ddfa8cb65470074c14a46..b7e15fb6292364ba19fba87d5415f44a4bb301a0:/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;
 }