summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntitySpectralArrow.patch
blob: 9e1d5b0aacc1f6e730895e332378c6dea26428c5 (plain)
1
2
3
4
5
6
7
8
9
10
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);