Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Properly extend the stack in ModifyArgInjector. #144

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

LlamaLad7
Copy link
Collaborator

The old logic doesn't really make any sense and the calculated extension usually ended up being negative. Instead, we just make room for our possible receiver and all of our args.

The old logic doesn't really make any sense and the calculated extension usually ended up being negative.
Instead, we just make room for our possible receiver and all of our args.
@modmuss50
Copy link
Member

Going to merge this now, let me know if you want a release with just this, or if it can wait a bit until before loader 0.16.

@modmuss50 modmuss50 merged commit a8254c7 into FabricMC:main Jun 8, 2024
4 checks passed
@LlamaLad7
Copy link
Collaborator Author

Haven't seen it cause any problems outside my own test scenarios, it's not urgent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants