mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-20 23:46:57 +01:00
Adding Craftbukkit comment-tags.
This commit is contained in:
parent
f20af7b129
commit
a9a0ad6278
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue