[Bug] Bug with filters in both hands and swapping modes/types
Mowmaster opened this issue ยท 4 comments
There seems to be a bug (Im guessing because in code I just check 'hand' and not specifically the offhand)
Where having a stack of the same filters in the offhand, putting 1 from that stack in the main hand, then trying to change modes will bug out visually and 'Dupe' the filters (Client side)
The filters in both stacks appear to be of the same 'Instance' so whenever you switch the mode of 1, they all swap modes.
Filters not apart of this bugged out 'Instance' are not effected.
there is some really wierd bug with this one, where even when wrapped in a (should be server only) method im still getting a desync it seems...
fixed similar issue with upgrades: 91f1734
seems to be some conflict with InteractionResultHolder.fail()/success();
Changed the filter set to offhand crouch right click (displays colored message now)