@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/server/EntityTippedArrow.java
|
||||
+++ b/net/minecraft/server/EntityTippedArrow.java
|
||||
@@ -98,6 +98,25 @@
|
||||
@@ -102,6 +102,25 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,10 +19,10 @@
|
||||
+ }
|
||||
+
|
||||
+ public boolean isTipped() {
|
||||
+ return !(this.effects.isEmpty() && this.potionRegistry == Potions.a); // PAIL: rename
|
||||
+ return !(this.effects.isEmpty() && this.potionRegistry == Potions.EMPTY);
|
||||
+ }
|
||||
+ // CraftBukkit end
|
||||
+
|
||||
public int n() {
|
||||
public int q() {
|
||||
return ((Integer) this.datawatcher.get(EntityTippedArrow.f)).intValue();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user