Zond:fix: перезапуск после потери пинга
This commit is contained in:
@@ -119,7 +119,7 @@ public class ZondCommandHandler implements CommandHandler {
|
||||
_try = 0;
|
||||
break;
|
||||
} else {
|
||||
if (currTime <= deadTime && !flagManualKill) {
|
||||
if (currTime <= deadTime && !flagManualKill && !flagForceRestartProcess) {
|
||||
Shell.getInstance().getOutput().println("[!] Premature end process.");
|
||||
_try++;
|
||||
if (_try < 2) {
|
||||
|
||||
Reference in New Issue
Block a user