Skip to content

Commit

Permalink
enable dropMissingNewSrcName in src ns switch
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Jun 16, 2024
1 parent 255c29e commit deff003
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private Path prepareNests(OrnitheNestsVersionMeta nestsMeta, OrderedVersion mcVe
MemoryMappingTree mappingTree = new MemoryMappingTree();
MappingVisitor visitor = new MappingDstNsReorder(mappingTree, mappingFlavour.getMappingImpl().getDestinationNS());
if (side != Side.MERGED) {
visitor = new MappingSourceNsSwitch(visitor, "official");
visitor = new MappingSourceNsSwitch(visitor, "official", true);
visitor = new MappingNsRenamer(visitor, Map.of(side == Side.CLIENT ? "clientOfficial" : "serverOfficial", "official"));
}
MappingReader.read(mappingsPath, visitor);
Expand Down

0 comments on commit deff003

Please sign in to comment.