Remove bogus TippedArrow ID from EntityType

This commit is contained in:
md_5 2017-12-02 11:39:00 +11:00
parent 64a42b9a88
commit 7c0264b921

View file

@ -261,7 +261,7 @@ public enum EntityType {
* Like {@link #ARROW} but tipped with a specific potion which is applied on
* contact.
*/
TIPPED_ARROW("TippedArrow", TippedArrow.class, -1),
TIPPED_ARROW(null, TippedArrow.class, -1),
/**
* An unknown entity without an Entity Class
*/