mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 16:56:31 +01:00
Remove bogus TippedArrow ID from EntityType
By: md_5 <git@md-5.net>
This commit is contained in:
parent
c8c9cea52f
commit
c7405129fa
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