Update firework power when modifying meta. Fixes BUKKIT-3272

This commit is contained in:
Travis Watkins
2012-12-22 13:05:55 -06:00
parent f72a08c22e
commit 717fbbeffa
2 changed files with 7 additions and 1 deletions

View File

@@ -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);