3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-16 04:50:05 +01:00
Paper/nms-patches/EntitySpectralArrow.patch

12 Zeilen
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);