summaryrefslogtreecommitdiffstats
path: root/nms-patches
diff options
context:
space:
mode:
authorMatthew <stteg@hotmail.com>2016-03-17 15:00:24 -0400
committermd_5 <git@md-5.net>2016-03-18 14:30:14 +1100
commitf09f7d8754bf092de72faef32459674b9f07cfae (patch)
treea14a4d7faaa137babb6b5300bc584aa48a27bb68 /nms-patches
parentf332350969c89075de604e22f3b4c021694d8a67 (diff)
downloadcraftbukkit-f09f7d8754bf092de72faef32459674b9f07cfae.tar
craftbukkit-f09f7d8754bf092de72faef32459674b9f07cfae.tar.gz
craftbukkit-f09f7d8754bf092de72faef32459674b9f07cfae.tar.lz
craftbukkit-f09f7d8754bf092de72faef32459674b9f07cfae.tar.xz
craftbukkit-f09f7d8754bf092de72faef32459674b9f07cfae.zip
Implement SpectralArrow#getGlowingTicks and SpectralArrow#setGlowingTicks(int)
Diffstat (limited to 'nms-patches')
-rw-r--r--nms-patches/EntitySpectralArrow.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/nms-patches/EntitySpectralArrow.patch b/nms-patches/EntitySpectralArrow.patch
new file mode 100644
index 00000000..9e1d5b0a
--- /dev/null
+++ b/nms-patches/EntitySpectralArrow.patch
@@ -0,0 +1,11 @@
+--- a/net/minecraft/server/EntitySpectralArrow.java
++++ b/net/minecraft/server/EntitySpectralArrow.java
+@@ -2,7 +2,7 @@
+
+ public class EntitySpectralArrow extends EntityArrow {
+
+- private int f = 200;
++ public int f = 200; // PAIL: private to public
+
+ public EntitySpectralArrow(World world) {
+ super(world);