Skip to content

Commit 40349b0

Browse files
committed
Re-enable inferring missing mappings from the source namespace
1 parent 1b7e634 commit 40349b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/fabricmc/tinyremapper/TinyUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ private static MappingVisitor createAdapter(String fromNs, String toNs, MappingA
9898
new FlatAsRegularMappingVisitor(new MappingAdapter(out)),
9999
toNs),
100100
fromNs,
101-
true);
101+
false); // infers mappings for non-obfuscated names from the src ns
102102
}
103103

104104
private static final class MappingAdapter implements FlatMappingVisitor {

0 commit comments

Comments
 (0)