You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
456 B
12 lines
456 B
10 years ago
|
--- ../src-base/minecraft/net/minecraft/entity/item/EntityFireworkRocket.java
|
||
|
+++ ../src-work/minecraft/net/minecraft/entity/item/EntityFireworkRocket.java
|
||
|
@@ -11,7 +11,7 @@
|
||
|
public class EntityFireworkRocket extends Entity
|
||
|
{
|
||
|
private int fireworkAge;
|
||
|
- private int lifetime;
|
||
|
+ public int lifetime; // CraftBukkit - private -> public
|
||
|
private static final String __OBFID = "CL_00001718";
|
||
|
|
||
|
public EntityFireworkRocket(World p_i1762_1_)
|