fix: version checking mode should not listen to app loaded event

This commit is contained in:
saturneric 2024-12-02 16:56:49 +01:00
parent 5b145543bb
commit 1e21563a8a

View File

@ -66,9 +66,7 @@ auto GFRegisterModule() -> int {
auto GFActiveModule() -> int { auto GFActiveModule() -> int {
MLogInfo("version checking module activating"); MLogInfo("version checking module activating");
LISTEN("APPLICATION_LOADED");
LISTEN("CHECK_APPLICATION_VERSION"); LISTEN("CHECK_APPLICATION_VERSION");
return 0; return 0;
} }