mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
Adding Craftbukkit comment-tags.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user