mirror of
https://github.com/itHotL/PlayerStats.git
synced 2024-11-22 11:55:17 +01:00
Added armor_stand back on list with filtered entity-suggestions
This commit is contained in:
parent
776862d396
commit
80a5f17079
@ -46,7 +46,6 @@ public class TabCompleteHelper {
|
||||
entityKilledSuggestions = Arrays.stream(EntityType.values())
|
||||
.parallel()
|
||||
.filter(EntityType::isAlive)
|
||||
.filter(entityType -> entityType != EntityType.ARMOR_STAND)
|
||||
.map(EntityType::toString)
|
||||
.map(String::toLowerCase)
|
||||
.collect(Collectors.toList());
|
||||
|
Loading…
Reference in New Issue
Block a user