We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0961082 commit fbe4a8cCopy full SHA for fbe4a8c
src/main/java/org/mcphackers/mcp/tasks/TaskReobfuscate.java
@@ -85,7 +85,7 @@ public void doTask() throws Exception {
85
}
86
87
private void flipMappingTree() throws IOException {
88
- ((MappingTree) mappingTree).getClasses().stream().forEach(classEntry -> {
+ ((MappingTree) mappingTree).getClasses().forEach(classEntry -> {
89
String obfName = classEntry.getName("official");
90
String deobfName = classEntry.getName("named");
91
if (deobfName != null) {
0 commit comments