We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b373ec7 + 57fa458 commit 3d98510Copy full SHA for 3d98510
1 file changed
src/main/java/de/oceanlabs/mcp/mcinjector/MCInjectorImpl.java
@@ -379,6 +379,7 @@ public String getMarker(String cls)
379
marker = String.format("CL_%08d", this.classIDIndex++);
380
}
381
outMappings.put(cls, marker);
382
+ mappings.put(cls,marker);
383
return marker;
384
385
@@ -692,4 +693,4 @@ public static ClassNode getClassNode(ClassVisitor cv)
692
693
694
695
-}
696
+}
0 commit comments