Fix Highlight
Dieser Commit ist enthalten in:
Ursprung
7a1cb2a865
Commit
bc372fad3b
@ -95,7 +95,7 @@ public class DepthCounter {
|
||||
|
||||
public Set<CountMode> getModes(Player p) {
|
||||
final Set<CountMode> countModes = playerSettings.get(p);
|
||||
return countModes == null ? Collections.emptySet() : countModes;
|
||||
return countModes == null ? Collections.emptySet() : countModes.stream().sorted().collect(Collectors.toCollection(LinkedHashSet::new));
|
||||
}
|
||||
|
||||
public boolean hasModes(Player p) {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren