fix: version checking mode should not listen to app loaded event
This commit is contained in:
parent
5b145543bb
commit
1e21563a8a
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user