Skip to content

Commit fbe4a8c

Browse files
committed
Meh.
1 parent 0961082 commit fbe4a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mcphackers/mcp/tasks/TaskReobfuscate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void doTask() throws Exception {
8585
}
8686

8787
private void flipMappingTree() throws IOException {
88-
((MappingTree) mappingTree).getClasses().stream().forEach(classEntry -> {
88+
((MappingTree) mappingTree).getClasses().forEach(classEntry -> {
8989
String obfName = classEntry.getName("official");
9090
String deobfName = classEntry.getName("named");
9191
if (deobfName != null) {

0 commit comments

Comments
 (0)