no message

This commit is contained in:
2024-10-20 21:59:39 +03:00
parent 99643aa755
commit fda2940a79
95 changed files with 872 additions and 817 deletions

View File

@@ -22,7 +22,7 @@ public class GetComponentsActualVersions extends ComponentsRepositoryPass {
Vector<String> versions = new Vector<>();
for (Component component : Global.Components.Data.values())
//if (component.isVisible())
versions.add(component.getComponentType().toString());
versions.add(component.getComponentType().toString());
Command(new ServerExchangeUnit_2021(ServerCode.GetComponentsVersions, String.join("\n", versions)));
LinkedHashMap<ComponentType, String> response_actual_versions = (LinkedHashMap<ComponentType, String>) response.object;
for (ComponentType componentType : response_actual_versions.keySet()) {