Fixed that TargetCard ignore filter in some calls

This commit is contained in:
Oleg Agafonov 2019-12-16 02:55:13 +04:00
parent 690f5f688d
commit 0885a01849
7 changed files with 93 additions and 58 deletions

View file

@ -23,7 +23,7 @@ public abstract class TargetImpl implements Target {
protected final Map<UUID, Integer> zoneChangeCounters = new HashMap<>();
protected String targetName;
protected Zone zone;
protected Zone zone; // all targets will be filtered by that zone, don't use "multi-zone" filter
protected int maxNumberOfTargets;
protected int minNumberOfTargets;
protected boolean required = true;