diff --git a/lib/playerPlugins/pvp.js b/lib/playerPlugins/pvp.js index 1b74846..2e8c91f 100644 --- a/lib/playerPlugins/pvp.js +++ b/lib/playerPlugins/pvp.js @@ -11,6 +11,11 @@ function inject(serv, player) foodSaturation: 0.0, health: attackedPlayer.entity.health }); + + attackedPlayer._writeOthers('animation',{ + entityId:attackedPlayer.entity.id, + animation:1 + }); } player._client.on("use_entity", function(packet) {