hide DanaRv2 constraints

This commit is contained in:
Milos Kozak 2017-05-12 18:05:22 +02:00
parent 863e6454eb
commit 22bb49aa60

View file

@ -177,7 +177,7 @@ public class DanaRv2Plugin implements PluginBase, PumpInterface, ConstraintsInte
@Override
public boolean showInList(int type) {
return true;
return type == PUMP;
}
@Override