mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-19 13:02:12 +00:00
11 lines
330 B
Diff
11 lines
330 B
Diff
--- 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);
|