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:
parent
e3aa79cffb
commit
067a5b5ac3
1 changed files with 2 additions and 0 deletions
|
@ -1527,6 +1527,8 @@ void Client::handleCommand_LocalPlayerAnimations(NetworkPacket* pkt)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*pkt >> player->local_animation_speed;
|
||||||
|
|
||||||
player->last_animation = LocalPlayerAnimation::NO_ANIM;
|
player->last_animation = LocalPlayerAnimation::NO_ANIM;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue