meteor-client icon indicating copy to clipboard operation
meteor-client copied to clipboard

Update PlayerListHudMixin.java

Open P529 opened this issue 2 years ago • 2 comments

Type of change

  • [x] Bug fix
  • [ ] New feature

Description

Fixes compatiblity with future

Would love to push this of 0.5.4

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.

P529 avatar Nov 13 '23 23:11 P529

it would be better to have it work alongside future instead of disabling the mixin

crosby-moe avatar Nov 14 '23 00:11 crosby-moe

it would be better to have it work alongside future instead of disabling the mixin

I get that but Future is modifying the same constant and my approach was that it wouldn't really matter if one was at least left with the option from future, I can look for another way to solve this.

P529 avatar Nov 14 '23 14:11 P529

it would be better to have it work alongside future instead of disabling the mixin

This is accomplished by #4454

0xTas avatar Mar 13 '24 03:03 0xTas

3145c37fa1473fa5877a665057dc6d99eee0395c

Wide-Cat avatar Mar 14 '24 20:03 Wide-Cat