1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix local animations not working (was broken in 06907aa)

This commit is contained in:
Lars Mueller 2024-10-13 15:42:26 +02:00
parent e3aa79cffb
commit 067a5b5ac3

View file

@ -1527,6 +1527,8 @@ void Client::handleCommand_LocalPlayerAnimations(NetworkPacket* pkt)
}
}
*pkt >> player->local_animation_speed;
player->last_animation = LocalPlayerAnimation::NO_ANIM;
}