Update firework power when modifying meta. Fixes BUKKIT-3272
This commit is contained in:
@@ -3,7 +3,7 @@ package net.minecraft.server;
|
||||
public class EntityFireworks extends Entity {
|
||||
|
||||
private int a;
|
||||
private int b;
|
||||
public int b; // CraftBukkit - private -> public
|
||||
|
||||
public EntityFireworks(World world) {
|
||||
super(world);
|
||||
|
||||
Reference in New Issue
Block a user