отключение проверки версии при регистрации
v++
This commit is contained in:
2025-02-14 13:32:38 +03:00
parent c76908ad58
commit 68bd1ef6b4
4 changed files with 7 additions and 13 deletions

View File

@@ -171,7 +171,6 @@ public class Global {
messagesServer.Start();
components = new ComponentsSet();
components.initialVersionsCheck();
//-------->> AutoUpdateSearch
Global.mainModule.getPass(PassCode.GetComponentsActualVersions).Do();
components.validateStates();
if (components.needChanges()) {