Prevent starting deleted accounts

pull/171/head
M66B 6 years ago
parent 209526e740
commit d529b75d90

@ -54,6 +54,6 @@ public class TupleAccountState extends EntityAccount {
} }
boolean shouldRun(boolean enabled) { boolean shouldRun(boolean enabled) {
return (isEnabled(enabled) || (operations > 0 && synchronize)); return (isEnabled(enabled) || (operations > 0 && synchronize && tbd == null));
} }
} }

Loading…
Cancel
Save