mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Use clients.notify()
Former-commit-id: 3921579a91033cbdf85929e172fc987a26fdcc9c
This commit is contained in:
parent
fc39356cde
commit
7d683affe9
@ -513,7 +513,7 @@ impl Server {
|
||||
.join()
|
||||
{
|
||||
// Animation
|
||||
client.postbox.send_message(ServerMsg::EntityAnimation {
|
||||
client.notify(ServerMsg::EntityAnimation {
|
||||
entity: uid.into(),
|
||||
animation_info: animation_info,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user