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

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