mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-18 01:46:11 +00:00
Merge upstream
This commit is contained in:
parent
6476345e44
commit
bc64eaff1c
Binary file not shown.
@ -72,6 +72,9 @@ public final class SuggestionHelper {
|
|||||||
if (type == null) {
|
if (type == null) {
|
||||||
return Stream.empty();
|
return Stream.empty();
|
||||||
}
|
}
|
||||||
|
if (!props.toLowerCase(Locale.ROOT).equals(props)) {
|
||||||
|
return Stream.empty();
|
||||||
|
}
|
||||||
final Map<String, ? extends Property<?>> propertyMap = type.getPropertyMap();
|
final Map<String, ? extends Property<?>> propertyMap = type.getPropertyMap();
|
||||||
Set<String> matchedProperties = new HashSet<>();
|
Set<String> matchedProperties = new HashSet<>();
|
||||||
String[] propParts = props.split(",", -1);
|
String[] propParts = props.split(",", -1);
|
||||||
|
Loading…
Reference in New Issue
Block a user