Arrows use interactable condition

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2016-03-27 20:58:45 +11:00
parent eb3bbd68cc
commit f2440a109a

View file

@ -542,7 +542,12 @@
this.C(entity); this.C(entity);
} }
@@ -1781,7 +2045,7 @@ @@ -1777,11 +2041,11 @@
}
public boolean isInteractable() {
- return !this.dead;
+ return !this.dead && this.collides; // CraftBukkit
} }
public boolean isCollidable() { public boolean isCollidable() {