diff options
author | saturneric <[email protected]> | 2024-12-02 15:56:49 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-12-02 15:56:49 +0000 |
commit | 1e21563a8a403d36755ea06614a97550d0c9e825 (patch) | |
tree | 0c4b92286a9ac2461baea4f3d75ee71ad8a350da /src | |
parent | translation: update translations of email and version checking (diff) | |
download | Modules-1e21563a8a403d36755ea06614a97550d0c9e825.tar.gz Modules-1e21563a8a403d36755ea06614a97550d0c9e825.zip |
fix: version checking mode should not listen to app loaded event
Diffstat (limited to 'src')
-rw-r--r-- | src/m_ver_check/VersionCheckingModule.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/m_ver_check/VersionCheckingModule.cpp b/src/m_ver_check/VersionCheckingModule.cpp index d53c726..5dd5849 100644 --- a/src/m_ver_check/VersionCheckingModule.cpp +++ b/src/m_ver_check/VersionCheckingModule.cpp @@ -66,9 +66,7 @@ auto GFRegisterModule() -> int { auto GFActiveModule() -> int { MLogInfo("version checking module activating"); - LISTEN("APPLICATION_LOADED"); LISTEN("CHECK_APPLICATION_VERSION"); - return 0; } |