mirror of
https://github.com/minetest/minetest.git
synced 2024-11-20 14:43:45 +01:00
Fix local animations not working (was broken in 06907aa)
This commit is contained in:
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;
|
player->last_animation = LocalPlayerAnimation::NO_ANIM;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user