Don't show ComboPlugin as constraints plugin.
This commit is contained in:
parent
7163162743
commit
3266cb4944
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ public class ComboPlugin implements PluginBase, PumpInterface, ConstraintsInterf
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean showInList(int type) {
|
public boolean showInList(int type) {
|
||||||
return true;
|
return type == PUMP;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue