meteor-client
meteor-client copied to clipboard
Fix compatibility with Feather Client
Type of change
- [x] Bug fix
- [ ] New feature
Description
This modifies ChatHudMixin to ensure compatibility between Meteor Client and Feather client. Using @Local in mixins targeting the addVisibleMessage method causes crashes when used alongside Feather. This change removes the use of @Local, instead manually reconstructing the necessary variables to maintain the same functionality.
Related issues
Mention any issues that this pr relates to.
How Has This Been Tested?
https://github.com/user-attachments/assets/d8b51057-64de-4344-a8ca-1a43fba51203
Checklist:
- [x] My code follows the style guidelines of this project.
- [x] I have added comments to my code in more complex areas.
- [x] I have tested the code in both development and production environments.