Duplicate Visibility fix from dev

This commit is contained in:
Jamorham 2018-02-18 15:07:36 +00:00
parent 208c3ed9b1
commit 2f1efc7d06
No known key found for this signature in database
GPG key ID: 0BC5C3E0AAD64DF9

View file

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