13
0
geforkt von Mirrors/Paper

Remove bogus TippedArrow ID from EntityType

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2017-12-02 11:39:00 +11:00
Ursprung c8c9cea52f
Commit c7405129fa

Datei anzeigen

@ -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
*/