mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 04:57:18 +00:00
Remove forEach
on group replacements
This commit is contained in:
parent
fcc68891be
commit
f08ba95071
@ -811,12 +811,8 @@ public final class ResourceLoader {
|
||||
|
||||
if (GameData.getGroupReplacements() == null || GameData.getGroupReplacements().isEmpty()) {
|
||||
Grasscutter.getLogger().error("No Group Replacements loaded!");
|
||||
return;
|
||||
} else {
|
||||
Grasscutter.getLogger().debug("Loaded {} group replacements.", GameData.getGroupReplacements().size());
|
||||
GameData.getGroupReplacements().forEach((group, groups) -> {
|
||||
Grasscutter.getLogger().debug("{} -> {}", group, groups.getReplace_groups().stream().map(String::valueOf).collect(Collectors.joining(",")));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user