Closed mat-1 closed 2 years ago
Burger complains about "areturn" and "putfield" being unknown instructions when generating ServerboundHelloPacket (aka LOGIN_SERVERBOUND_00). This fixes it by ignoring the "areturn" instruction (and the other returns just in case).
Thanks!
This version will be used for new versions whenever data gets generated for them, but I haven't regenerated old data with it yet.
Burger complains about "areturn" and "putfield" being unknown instructions when generating ServerboundHelloPacket (aka LOGIN_SERVERBOUND_00). This fixes it by ignoring the "areturn" instruction (and the other returns just in case).