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

[Bug]: New SLAT IFVs breaking CBA enhanced event handlers due to missing inheritance #3127

Closed
jaj22 opened this issue Feb 6, 2024 · 1 comment · Fixed by #3128
Closed
Labels
Bug Something isn't working
Milestone

Comments

@jaj22
Copy link

jaj22 commented Feb 6, 2024

The SLAT IFV classes overwrite the EventHandlers class, which breaks CBA's enhanced event handler system (and possibly other mods) because it attaches its event handlers to parent classes and expects them to be inherited. EventHandlers should be inherited and modified instead of overwriting.

@jaj22 jaj22 added the Bug Something isn't working label Feb 6, 2024
@Bob-Murphy Bob-Murphy added this to the 3.5 milestone Feb 8, 2024
@ante185
Copy link

ante185 commented Feb 8, 2024

#3128 will not close this issue as the WS IFV's possess the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants