Geyser
Geyser copied to clipboard
Fixed pose de-sync.
Resolve #5587, if value is false then we should use the current pose, not the STANDING pose, for example setFlags method line 401, if player is sneaking but not gliding then player switch pose will set the pose to standing (since gliding is called after sneaking) : https://github.com/GeyserMC/Geyser/blob/b3716c77b190d182086b3ca003faf107d033b2ba/core/src/main/java/org/geysermc/geyser/entity/type/Entity.java#L401