`/hidearmor` is cleared by FabricTailor until rejoin
sisby-folk opened this issue ยท 0 comments
Reproduction steps:
- Enable hide armor
- equip a chestplate
/hidearmor chest
- swap skins using fabric tailor
- chestplate is no longer hidden
This is some kind of client side desync (it's fixed by rejoining), and is likely related to the S2C respawn packet tailor uses to refresh skins for a player.
Keep in mind that other players in multiplayer will also observe this issue externally if a player follows these steps.
Additional context:
Running the hidearmor command again does fix the issue, Switchy attempts to work around this issue by trying to emulate the same behaviour, but this fails.
(as a side note, adding a public method that can set suppressed slots and update them would be super helpful!)