mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01: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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue