mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-16 20:31:30 +01:00
Fix STOP_USE_ITEM
This commit is contained in:
parent
ae58175abe
commit
ec87419554
@ -154,7 +154,7 @@ public enum PlayerAnimation {
|
||||
STOP_USE_ITEM {
|
||||
@Override
|
||||
protected void playAnimation(EntityPlayer player, int radius) {
|
||||
player.f(false);
|
||||
player.cz();
|
||||
sendPacketNearby(new PacketPlayOutEntityMetadata(player.getId(), player.getDataWatcher(), true), player,
|
||||
radius);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user