replace locals capture
brandonjohnson21 opened this issue ยท 0 comments
It seems this line fails with another mod that injects first. due to changing the locals that are captured.
Is there any way to calculate or store the needed variables outside of a locals capture (such as with a field store capture and variable assignment) to prevent the crash?