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

@@ -22,6 +22,10 @@ public class ResurrectComponentFromServer extends ComponentsServerPass<_VisualDV
RemoteFile remoteFile;
File localFile;
@Override
protected boolean isSafe() {
return false;
}
@Override
protected boolean canStart(Object... args) throws Exception {
remoteFile = null;
localFile = null;