1 Year Ago
Fixed footstep sounds always being barefoot sounds after changing to other footwear in inventory (broke in 65844). Cause: - uiPlayerPreview called RebuildWorldModel with a custom playerModel - RebuildWorldModel called SetDefaultFootstepEffects on the main player model, but then called OnDressModel on the inventory preview model Player model was now reset to default footstep sounds, while the preview model got assigned the boot sounds.