FabricMC / fabric-mixin-compile-extensions

Extensions for Mixin's annotation processor.
MIT License
8 stars 8 forks source link

Fix last change interfering with regular recursive lookup #10

Closed sfPlayer1 closed 3 years ago

sfPlayer1 commented 3 years ago

The recursive lookup depended upon the immediate null return, this change restores it by splitting the regular lookup into its own method.