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(event): ListenerSignatureVisitor accept more than two type wrongly #3694

Merged
merged 3 commits into from
May 26, 2022
Merged

fix(event): ListenerSignatureVisitor accept more than two type wrongly #3694

merged 3 commits into from
May 26, 2022

Conversation

SettingDust
Copy link
Contributor

fix #3693

import org.objectweb.asm.signature.SignatureReader;
import org.objectweb.asm.signature.SignatureVisitor;
import org.spongepowered.api.event.Listener;
import org.spongepowered.api.event.Order;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mind just merging this commit with the last commit? No sense in keeping the extra commit for style fixes.

@gabizou gabizou merged commit e832fda into SpongePowered:api-8 May 26, 2022
@SettingDust SettingDust deleted the fix/issue_3693 branch May 29, 2022 10:29
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.

Can't register event such as ChangeEntityEquipmentEvent event, @Last Locatable locatable
2 participants