mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
[SPIGOT-946] Begin making use of access transforms to simplify patching.
This commit is contained in:
@@ -1,11 +1 @@
|
||||
--- 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);
|
||||
|
||||
|
Reference in New Issue
Block a user