Add PAIL comments to a few things.

This commit is contained in:
md_5
2015-05-31 16:20:53 +10:00
parent d33f0dd3ba
commit 3eea5637b4
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
public boolean bw;
public boolean bx;
- private Entity bA;
+ public Entity bA; // CraftBukkit - public
+ public Entity bA; // CraftBukkit - public // PAIL: Target
public int by;
public EntityEnderCrystal bz;
+ private Explosion explosionSource = new Explosion(null, this, Double.NaN, Double.NaN, Double.NaN, Float.NaN, true, true); // CraftBukkit - reusable source for CraftTNTPrimed.getSource()