diff options
Diffstat (limited to 'plugins/MirLua/src/mlua.cpp')
-rw-r--r-- | plugins/MirLua/src/mlua.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/MirLua/src/mlua.cpp b/plugins/MirLua/src/mlua.cpp index 2fabce2740..61405de928 100644 --- a/plugins/MirLua/src/mlua.cpp +++ b/plugins/MirLua/src/mlua.cpp @@ -59,7 +59,8 @@ void CMLua::Unload() CallService(MS_NETLIB_LOG, (WPARAM)hNetlib, (LPARAM)"Unloading lua engine");
NotifyEventHooks(hUnloadEvent);
-
+
+ ::KillModuleIcons(hScriptsLangpack);
::KillModuleMenus(hScriptsLangpack);
CMLua::KillModuleServices();
CMLua::KillModuleEventHooks();
|