@@ -24,7 +24,7 @@
|
||||
+ // CraftBukkit end
|
||||
+
|
||||
public int getColor() {
|
||||
return ((Integer) this.datawatcher.get(EntityTippedArrow.g)).intValue();
|
||||
return (Integer) this.datawatcher.get(EntityTippedArrow.g);
|
||||
}
|
||||
@@ -180,7 +199,7 @@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user