query.get_equipped_item_name doesn't return the appropriate values
Partner Rank:
1
Partner Team Reporting:
Everbloom Studios
Verification builds:
1.15.0.54
Summary:
query.get_equipped_item_name doesn't return the appropriate values. The query still returns an empty string for an empty hand, and non-empty strings for held items, but the strings do not match the ID of the item they're holding.
Impact:
A lot of our content relies on querying the held item name for command-to-molang communication and this breaks them entirely.
Repro Steps:
- Join a world
- Hold a filled map item and look down trying to see your arms.
- Go on third person and load a crossbow and look at your left arm.
Observed Results:
When holding a map, your arms don't render.
When loading a crossbow, the left arm isn't animated.
Both of these animations have a condition to check what the held item's ID is. They're returning the wrong values, so neither of these behave as expected.
Expected Results:
You should be able to see your arms while holding the map.
The left arm should also be animated while loading a crossbow.
Screenshots/Videos attached: Yes/No
Yes
Regression Builds:
1.14.0.30