1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-17 15:05:33 +00:00

Fix property name

This commit is contained in:
Lars Martens 2024-08-16 07:42:03 +02:00 committed by GitHub
parent ea0195b36b
commit db098a390f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -897,7 +897,7 @@ function generatePose() {
} }
if (!isZero(rightLeg)) { if (!isZero(rightLeg)) {
pose.RightLeft = toNBTFloatArray(rightLeg); pose.RightLeg = toNBTFloatArray(rightLeg);
} }
if (showArms) { if (showArms) {