no message

This commit is contained in:
2025-02-14 03:16:43 +03:00
parent 209bb2455d
commit c76908ad58
13 changed files with 70 additions and 11 deletions

View File

@@ -14,6 +14,10 @@ public class GetComponentsActualVersions extends ComponentsServerPass<Object> {
return "/icons/Components.png";
}
@Override
protected boolean isSafe() {
return false;
}
@Override
protected boolean canStart(Object... args) throws Exception {
versions = null;
Vector<String> types = new Vector<>();