mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-24 11:38:29 +01:00
12 lines
351 B
Diff
12 lines
351 B
Diff
--- a/net/minecraft/server/EntityFireworks.java
|
|
+++ b/net/minecraft/server/EntityFireworks.java
|
|
@@ -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);
|