mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Remove bogus TippedArrow ID from EntityType
This commit is contained in:
parent
64a42b9a88
commit
7c0264b921
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue