GameProfile class
* @param > {
messages.getKeys()
.stream()
.filter(key -> messages.get(key) != null)
- .collect(Collectors.toMap(Function.identity(), messages::get))
+ .collect(toMap(identity(), messages::get))
.forEach((key, message) -> {
String colored = CommonUtil.translateColorCodes((String) message);
if (!colored.isEmpty()) {
@@ -77,7 +79,7 @@ public class FastLoginCore > {
List