summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityFireworks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/EntityFireworks.patch')
-rw-r--r--nms-patches/EntityFireworks.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/nms-patches/EntityFireworks.patch b/nms-patches/EntityFireworks.patch
new file mode 100644
index 00000000..b581aa35
--- /dev/null
+++ b/nms-patches/EntityFireworks.patch
@@ -0,0 +1,11 @@
+--- /home/matt/mc-dev-private//net/minecraft/server/EntityFireworks.java 2015-02-26 22:40:22.539608140 +0000
++++ src/main/java/net/minecraft/server/EntityFireworks.java 2015-02-26 22:40:22.539608140 +0000
+@@ -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);