Mixin icon indicating copy to clipboard operation
Mixin copied to clipboard

Invalid superclass of mixin causes NullPointerException instead of InvalidMixinException

Open Klotzi111 opened this issue 3 years ago • 0 comments

This line https://github.com/SpongePowered/Mixin/blob/155314e6e91465dad727e621a569906a410cd6f4/src/main/java/org/spongepowered/asm/mixin/transformer/MixinInfo.java#L581 should be changed to this to fix this issue:

if (superClass != null && superClass.isMixin()) {

Klotzi111 avatar Dec 15 '21 12:12 Klotzi111