From 1e21563a8a403d36755ea06614a97550d0c9e825 Mon Sep 17 00:00:00 2001 From: saturneric Date: Mon, 2 Dec 2024 16:56:49 +0100 Subject: [PATCH] fix: version checking mode should not listen to app loaded event --- src/m_ver_check/VersionCheckingModule.cpp | 2 -- 1 file changed, 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; }