Time6628 / CatClearLag

ClearLag for sponge.
MIT License
13 stars 22 forks source link

checks.put(Type.NAMED .... does not include entityWhitelist at end #37

Closed Bucky420 closed 5 years ago

Bucky420 commented 5 years ago

checks.put(Type.NAMED, notAPlayer().and(entity -> !entity.get(DisplayNameData.class).isPresent())); should have .and(entityWhitelist) at the end? as i checked this out when i ran the command for name tags but found it ignored the whitelist

Time6628 commented 5 years ago

It's meant to be used in conjunction with other flags, so /re -an will remove all entities, except the ones with names.