Use clients.notify()

Former-commit-id: 3921579a91033cbdf85929e172fc987a26fdcc9c
This commit is contained in:
timokoesters 2019-05-19 20:08:29 +02:00
parent e408f597ca
commit f29c303df3

View File

@ -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,
});