Adding Craftbukkit comment-tags.

This commit is contained in:
culturespy 2011-02-07 21:43:06 -05:00 committed by Dinnerbone
parent f20af7b129
commit a9a0ad6278

View file

@ -29,7 +29,9 @@ public class Explosion {
public Entity e;
public float f;
public Set g = new HashSet();
// Craftbukkit start
public boolean wasCanceled = false;
// Craftbukkit end
public Explosion(World world, Entity entity, double d0, double d1, double d2, float f) {
this.i = world;