Paper/nms-patches/EntityFireworks.patch

12 lines
351 B
Diff
Raw Normal View History

2015-05-25 12:37:24 +02:00
--- a/net/minecraft/server/EntityFireworks.java
+++ b/net/minecraft/server/EntityFireworks.java
2015-02-26 23:41:06 +01:00
@@ -3,7 +3,7 @@
public class EntityFireworks extends Entity {
private int ticksFlown;
- private int expectedLifespan;
+ public int expectedLifespan; // CraftBukkit - public
public EntityFireworks(World world) {
super(world);