промежуточный. рефакторинг объекта сервера.

This commit is contained in:
2025-02-13 20:27:01 +03:00
parent 91f4ed4a17
commit 54ec1fee99
13 changed files with 319 additions and 490 deletions

View File

@@ -171,9 +171,8 @@ public class Global {
messagesServer.Start();
components = new ComponentsSet();
components.initialVersionsCheck();
//-------->>
if (normalProperties.AutoUpdateSearch)
Global.mainModule.getPass(PassCode.GetComponentsActualVersions).Do();
//-------->> AutoUpdateSearch
Global.mainModule.getPass(PassCode.GetComponentsActualVersions).Do();
components.validateStates();
if (components.needChanges()) {
boolean flag = true;