Skip to content

Commit

Permalink
PASS STYLE CHECKS AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolij committed Sep 23, 2023
1 parent 3e241f7 commit 25bdec3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ private static void mergeOverlayedClasses(int asmVersion, ClassNode classNode, L

for (Overlay overlay : overlayData) {
AnnotationNode overlayAnnotation = new AnnotationNode(asmVersion, "Lnet/feltmc/loom/OverlayStub;");

if (overlay instanceof FieldOverlay fOverlay) {
FieldNode fNode = new FieldNode(fOverlay.accessFlag(), fOverlay.name(), fOverlay.descriptor().getDescriptor(), null, null);
fNode.invisibleAnnotations = new ArrayList<>();
Expand Down

0 comments on commit 25bdec3

Please sign in to comment.