Don't show ComboPlugin as constraints plugin.

This commit is contained in:
Johannes Mockenhaupt 2017-12-27 01:11:51 +01:00
parent 7163162743
commit 3266cb4944
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -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